home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / mr2i128.zip / HISTORY.TXT < prev    next >
Text File  |  1997-05-13  |  166KB  |  3,618 lines

  1.     
  2. 1. HISTORY FILE (reverse chronology) 
  3. ====================================
  4.  
  5. NOTE:  RMB is Right Mouse Button.
  6.  
  7.  
  8. Changes included in v1.28
  9. -------------------------
  10. I consider this a hopefully-final "pre-1.3" release.  Enough changed
  11. that I'll watch for new issues before calling it v1.3.
  12.  
  13. o   Clipboard History / Manager.  The PASTE menus now contain up to
  14.     5 of the previous copy/cuts since MR/2 ICE was started.  While
  15.     running, MR/2 ICE can record cut/copy from ANY application.  
  16.     However, the history is private to within MR/2 ICE and is reset
  17.     on each restart.
  18.                     
  19. o   NETSCAPE interfacing.  Options->Settings->Advanced now offers
  20.     the chance to control a running instance of Netscape, if this
  21.     is your browser of choice.  You may load a selected URL into
  22.     Netscape's main window, or request a secondary window (still 
  23.     within the same instance) to be opened.
  24.                     
  25. o   Copy to folder bug.  If the same message is somehow sent
  26.     to the same folder twice, the original copy's index entry would
  27.     incorrectly record the folder's collision-adjusted file name.
  28.     In other words, two copies would end up in the folder, the second
  29.     copy with a newly generated unique name.  That name would also
  30.     get recorded in the inbox (for example), where the file was
  31.     NOT renamed.  This would result in:
  32.                             
  33.     -   The message reporting a "MR/2 ICE file system error"
  34.         when opened.
  35.                     
  36.     -   Deletions would remove the index entry but fail to find the
  37.         matching message file (not reported to the user). A later
  38.         reindex would show the original message.  This would appear
  39.         as if the message was "lost" and never seen.  Not so.
  40.                             
  41.     While not actually a loss of data, this bug was confusing and 
  42.     confidence-shaking.  The algorithm has been changed and the 
  43.     original message file name preserved.
  44.                 
  45. o   %Z variable in templates will now equate correctly to the header
  46.     date's timezone.  This variable is always replaced by a numeric
  47.     (signed) value, and the attempts to offer text literal values
  48.     (e.g., "EST") have been ceased.
  49.                 
  50. o   Filter - Special.  Did I list this before?  The list of special
  51.     criteria is now represented as CHECKBOXES instead of radio
  52.     buttons.  IOW, you can check for multiple special circustances
  53.     in a single filter.
  54.                 
  55.     Disposition screen now has longer textual descriptions of choices.
  56.  
  57.  
  58. Changes included in v1.27
  59. -------------------------
  60. This is the worst I've been at documenting bug fixes.  All of the
  61. below from memory; the big ones are easy to recall.  There may be
  62. more smaller fixes included, but forgotten.
  63.  
  64. o   Mr2i.exe has been radically reworked and a new DLL, mr2i.dll, 
  65.     contains most of the working code.  This allows other DLL's to 
  66.     access the MR/2 ICE base code.  It also has the side benefit of 
  67.     allowing secondary copies of MR/2 ICE to load more quickly.
  68.     
  69.     MR2I.EXE is around 10k in this release.
  70.     
  71. o   Phrases. A phrase subsystem has been added.  You can save 
  72.     frequently needed snippets of text as a "phrase" and insert it 
  73.     into any future message quickly.  Inserting a phrase can be 
  74.     performed via the dynamic message INSERT menu or via a short 
  75.     series of keystrokes that identify the phrases "tag".
  76.  
  77.     Utilities->Phrase Maintenace for general maintenance
  78.     
  79.     Edit->Add to phrases (adds marked block) 
  80.     
  81.     Insert->Phrase to call up a phrase via dialog box OR traverse
  82.         the cascading sub menu to access a subset via menu 
  83.     
  84.     Insert->Phrase by tag (CTRL-I) to access a phrase by tag.
  85.     
  86.     So, for example, I want to insert a 3 paragraph blurb about a 
  87.     recent price increase; something I do often.  I use to open a 
  88.     folder used specifically for snippets of frquently used text, 
  89.     find the message, open it, mark/copy, close, go back to the 
  90.     original message, paste.  Now, all is required (once the phrase 
  91.     is saved) in my case is to type: CTRL-I "price" ENTER.
  92.  
  93. o   RMB->Pack is available on the folder menu.  This simply spawns a
  94.     REXX script (provided) called "pack.cmd" passing the specifics of
  95.     each highlighted folder.  This script depends on the existence of
  96.     ZIP.EXE in your path (modify the script to suit).
  97.     
  98.     MR/2 ICE can now officially archive folder contents into zip files,
  99.     but still extract these for viewing on demand.  NOTE that there are
  100.     many restrictions to what can be done with a packed folder (for 
  101.     example, you can't reindex it).  Archiving is for non-volitale,
  102.     mostly-read-only folders.  It *can* save a ton of disk space.
  103.     
  104.     All messages are zipped into a file called messages.dat, and the
  105.     folder.ndx file remains visible.  MR/2 ICE handles the extraction
  106.     of each message as needed.
  107.     
  108.     NOTE: please do not start too many folder packers at one time. While
  109.     it is possible to spawn dozens at the same time, system performance
  110.     will suffer.  Please try one or two at a time.
  111.     
  112.  
  113. o   Command Line: /O was refined and improved.  It now accepts up to 
  114.     three parameters:
  115.     
  116.         mr2i /Obad.msg "This is the reason" "Bad Message!"
  117.         
  118.     The above example loads the file "bad.msg" into an active 
  119.     message editor window.  It then pops up a message box with the 
  120.     text specified as parameter 2 and the title of parameter 3.  If 
  121.     parameter 3 is not specified, the title "NOTE!!" is used.  If 
  122.     parameter 2 is not specified, no message box is displayed.
  123.  
  124. o   Command Line: /Q was refined and improved.  It is now much more 
  125.     sensitive to collisions (files being queued from more than once 
  126.     session at the same time).    
  127.  
  128. o   Accelerators and Keyboard.  The keyboard and accelerator 
  129.     interface has been vastly improved.  A few stray problems 
  130.     remain, but a big improvement overall.
  131.  
  132. o   Filter Notebook.  Filter maintenance has been reworked to show 
  133.     all filters in a notebook layout for maintenance.  This will 
  134.     allow more room for addition of more "actions" (coming soon).
  135.  
  136. o   Menu. "Edit message externally" and "Edit file" have switched 
  137.     parent menus.  This may cause some short-term inconvenience, but 
  138.     is more intuitive in the long run.
  139.                                    
  140. o   Issues with changing accounts.  Tabs and window sizes would 
  141.     often get confused when switching accounts.  Fixed.
  142.     
  143.     Also, the first settings page was made to reuse an obsolete 
  144.     field. You can now control the text displayed when the "Display 
  145.     account name in titlebar" (Settings->Preferences) is specified.
  146.  
  147. o   Memory leaks.  While debugging the upcoming newsreader module, I 
  148.     found quite a few memory leaks.  While all were relatively 
  149.     minor, they could have become significant during prolonged use.  
  150.     Still looking!
  151.  
  152. o   RMB->ReplyTo.  You can now use RMB->Reply to in order to reply 
  153.     to the current message, using the address under the cursor as 
  154.     the recipient.
  155.  
  156. o   GroupMtc form - changes in video modes or cards should no longer 
  157.     interfere with the look of this form.
  158.  
  159. o   Address Book Maintenance keystrokes.  Experimental.  If you type 
  160.     a series of keyboard characters while viewing the AB pick list 
  161.     (Utilities->Address Book Maintenance), the system will try to 
  162.     match the string to a value.  The data to test depends on the 
  163.     current sort order; the sort column is matched.  For example, 
  164.     sorting on Real Name, typing in "J", "O", "H" then "N" will 
  165.     select the FIRST Real Name starting with "John".  The SPACEBAR 
  166.     resets the test string to empty.
  167.     
  168.     I played around with various ideas.  At first, I matched ANY 
  169.     text that you typed, but this was too generic.  Let me kniw what 
  170.     you think.
  171.  
  172. o   Queued messages not all being sent.  A bug in outbound filters 
  173.     would often interfere the the sending queue.  The bug was 
  174.     non-destructive, but did result in message having to be manually 
  175.     requeued for sending.
  176.  
  177. o   Insert email address.  The INSERT menu now has an entry for 
  178.     inserting an email address from the address book.
  179.  
  180. o   Reply-to-all now makes an attempt to exclude the current user
  181.     as a recipient.
  182.     
  183.  
  184. Changes included in v1.25 and v1.26
  185. -----------------------------------
  186. More bug fixes and enhancements including but not limited to:
  187.  
  188. o   Command line: /H flag can be specified.  This causes MR/2 to
  189.     change its path to where mr2i.exe is found.  This happens
  190.     immediately after program load.
  191.  
  192. o   Command line: /Ofilename can be used now to specify an existing
  193.     message file (properly formed as per RFC-822) to be automatically
  194.     opened on program load
  195.  
  196. o   Forwarding of multiple messages now prompts ONCE for only a single
  197.     address, then uses the default Forward template to forward each
  198.     selected message.
  199.  
  200. o   Filters: Forward Message is now functional
  201.  
  202. o   ICON change for replied messages.  Several icons donated by 
  203.     Keith Dombrowski <kdombrowski@mhv.net>, and I liked this one the
  204.     best.  Thanks Keith!
  205.  
  206. o   Detach on FAT drive fix.  Name mangler was removing all dots and 
  207.     turning them to "-"'s.  Forward slashes were also not converted
  208.     properly.
  209.  
  210. o   Several changes to the way the command line /Q option worked.  
  211.     this includes a synchronization between a runnning copy and a 
  212.     second invocation, where the second copy will not return until
  213.     the running copy has queued the message safely.
  214.  
  215. o   New utility test case: wrap.exe.  Provided to aid in on-demand 
  216.     PGP use.
  217.     
  218. o   Mailto.exe included in distribution zip.
  219.  
  220. o   Upgrade.txt now also included.
  221.  
  222. o   Miscellaneous changes to help with continuing newsreader 
  223.     development.
  224.  
  225.  
  226. Changes included in v1.23 and v1.24
  227. -----------------------------------
  228. NOTE: v1.23 was a short-term stability beta.  v1.24 fixes some 
  229. additional bugs, plus addresses several minor issues introduced in the 
  230. v1.23 release.
  231.  
  232. I fixed many, many bugs as they were reported, and only in the last day 
  233. or two started to try to remember them so as to document these.  Outside 
  234. of changes related to the upcoming news client addition, the following 
  235. items are what I remember fixing:
  236.  
  237. o   /X on the command line will now tell a RUNNING copy to poll for mail.
  238.     
  239. o   Changing accounts will handle pop3 password changes/prompts better.
  240.  
  241. o   Multiple account FILTERS (those NOT using multiple accounts see no 
  242.     change). Filter files are now based on the account name. The default 
  243.     filter file for the MAIL account in in the MR/2 ICE "root".  
  244.     Secondary accounts now access an MR2I.FLT file in their base 
  245.     subdirectories.  More changes like this to follow to improve 
  246.     secondary account autonomy.
  247.  
  248. o   Cursor position after header edit AND/OR detach message is restored.
  249.  
  250. o   Open Attached directory now gives correct error messages.
  251.  
  252. o   Filters using REXX criteria checks are now passed a proper source
  253.     file name for foldered messages (when invoked "on demand").
  254.  
  255. o   Careful!  I changed the "find in index" search logic a bit, and it
  256.     took me a couple of days to get used to it.  When you do an index
  257.     "find", it now highlights ALL matches at one time, and scrolls to 
  258.     the first.  With this, it's an easy matter to find all messages
  259.     from "gates@microsoft.com" and RMB->DELETE them (or move, copy,
  260.     bounce, whatever).
  261.     
  262.     The danger lies in the fact that HUNDREDS of messages might be 
  263.     highlighted, but maybe only one is showing on current the page.
  264.     RMB->Delete gets all of them.  If you want the single messages,
  265.     always click on it once first, to select only it.
  266.     
  267.     I see the need for a marked-message count somewhere.
  268.  
  269. o   "Re:" is inserted in front of subjects (when replying) in a 
  270.     different part of the code and will be more consistent.
  271.     
  272. o   Progression meter will now display more reliably
  273.  
  274. o   If the "send now" checkbox is unchecked, the message will be marked
  275.     as "save now but don't send".
  276.     
  277. o   Pertainent index RMB menus now have Mark as->On hold (same as save
  278.     but don't send).
  279.     
  280. o   Quoted Printable display bug fixed for lines > 74 chars and "soft"
  281.     linefeeds.
  282.  
  283. o   Template $File lines are filtered for embedded variables before
  284.     being processed.
  285.     
  286. o   New template variable @UserPath@ will expand to the current account 
  287.     (which is also the default mail path).  This allows secondary 
  288.     profiles to include @UserPath@ in their templates to include unique 
  289.     sigs per account.  Templates making use of this should be sure to 
  290.     copy referenced file into the MAIL directory for the default user 
  291.     profile.
  292.     
  293.     Example template use, default reply template:
  294.     
  295.         $file:@userpath@\mr2i.sig
  296.         
  297.     Would include "mail\mr2i.sig" for the default user, "noone\mri2.sig"
  298.     for a profile labeled "noone", etc.,.
  299.     
  300.     More separation of account files coming ...
  301.     
  302. o   Attachment file names are converted to a FAT-compatible file name if 
  303.     found to be working on a FAT-only drive.  Hard for me to test, so 
  304.     let me know if any problems arrise.
  305.     
  306. o   Fixed yet-another bug when extracting BinHex file names.
  307.     
  308. o   Previously, in/out filters would end up tallying outgoing copies 
  309.     into a folder as a "new" message.  Fixed.
  310.     
  311. o   Quoting of previously quoted material will be much cleaner.  I broke 
  312.     this awhile back in the name of "efficiency", but now it's back to
  313.     the way it should work.
  314.     
  315. o   Some menu shortcut keystroke clashes have been fixed.
  316.  
  317. o   An example of a MIME Content-Type header > 512 bytes was provided 
  318.     (yikes!).  This would *previously* crash MR/2 ICE.  Fixed.
  319.     
  320. o   When a PreFetch filter that fetches headers-only exists and is 
  321.     enabled, REMOVE FROM SERVER AFTER FETCHED is totally ignored for 
  322.     safety.  Purging becomes a manual process, use Message->Purge from 
  323.     server.
  324.     
  325. o   On-demand REXX (CTRL-Fkey) is now called with many environment 
  326.     variables set with ready-to-use data.  The following information is 
  327.     passed this way:
  328.  
  329.     Subject      ReplyTo     To          From        MessageID
  330.     InReplyTo    Editor      Line        Column      SerialNumber
  331.     Browser      FTPClient   Account     Version     References
  332.     CurrentWord              CurrentBlock
  333.     Newsgroups   FirstReference          LastReference
  334.  
  335.     See msgutil.org for access examples.
  336.     
  337.  
  338.  
  339. Changes included in v1.22
  340. -------------------------
  341.  
  342. o   Mostly a cleanup pass for items introduced in v1.21.
  343.  
  344.  
  345. Changes included in v1.21
  346. -------------------------
  347.  
  348. o   Address book can now be sorted via a RMB popup menu.  This menu
  349.     also contains selections to add, delete and edit entries.  More
  350.     items will be added ...
  351.     
  352. o   Prefetch filters would fetch headers, but there was usually trouble
  353.     getting the corresponding bodies.  Fixed.  Sorry!
  354.     
  355. o   Alt-W, write to file's file selection box works correctly now.
  356.  
  357. o   A move-to-folder now sets the archive bit of the file object.
  358.  
  359. o   Menu items are better enabled when a prefetch filter exists.
  360.  
  361. o   Timezone logic still did not correctly account for DST setting.
  362.     Should be fixed now!
  363.     
  364. o   MIME associations are now referenced when attaching files.  The
  365.     attachment will now acquire the Content-Type of a matching suffix,
  366.     if one is defined (e.g., a GIF will be marked as "image/gif").
  367.     Otherwise, when a filename suffix match is not defined, 
  368.     "application/octet-stream" is defaulted.
  369.     
  370. o   MIME configuration page has a new checkbox.  "Consider undefined 
  371.     MIME types as displayable text".  Defaults to OFF.
  372.     
  373. o   MIME mutipart attachments (like those dredded appledouble subtypes)
  374.     handling modified.  MR/2 ICE now explains your options when you try
  375.     to Message->Detach with one of these types.  It also will 
  376.     automatically invoke the internal viewer on these parts if
  377.     "detached" individually (same effect as "viewing").  This will
  378.     save a ton of support questions.
  379.     
  380. o   When detaching a part of an unknown encoding and unknown file name,
  381.     the system generated file name is correctly displayed.  Previously,
  382.     an empty list would display.
  383.     
  384. o   The advanced option to send a file as an attachment from the command
  385.     line was slanted towards the FAX interface.  The command line syntax
  386.     for this remains unchanged.  However, the following commands will
  387.     send a file as an attachment preserving the source file's name:
  388.     
  389.         mr2i /q:whatever.zip user@wherever.com "File for you!"
  390.         mr2i /q:*whatever.zip user@wherever.com "File for you!"
  391.         
  392.     The second form of the command sends the file uuencoded, while the
  393.     first form is the default of MIME/base64 encoding.
  394.     
  395. o   Rot13 is available from within the viewer (menu item is active).
  396.  
  397. o   If text is marked when replying, that text is quoted into the reply
  398.     regardless of the state of the "quote source message" global setting.
  399.     This allows for you to "usually NOT quote", but haveing a selection
  400.     quoted when you need.
  401.     
  402. o   Reediting a "save but don't send" message now send the correct,
  403.     modified version.  I'm embarassed and sorry for trouble caused by
  404.     this goof.  Also, this flag was not always persistent across loads.
  405.     IOW, if you'd exit and reload MR/2, the system would sometimes see
  406.     the message simply as an "unsent".  Fixed.
  407.     
  408. o   Redirected messages work better with "folded" TO lines ... 
  409.     addresses spanning multiple lines.  I also noted some formatting issues
  410.     where Resent-to and the other lines were not "folded" to look nicer.
  411.     Fixed.
  412.     
  413. o   Folder list may now be sorted by folder PATH.
  414.  
  415. o   The system COMPSEC setting is now used when launching external 
  416.     utilities.  Hopefully this won't break anything ...
  417.     
  418. o   The ATTACHED directory may now be opened as a WPS folder via the
  419.     Main notebook UTILITIES menu and also under the message 
  420.     viewer/editor MESSAGE menu.  More options and ideas yet to come ...
  421.     
  422. o   Notebook tab control.  Options->Tab attributes is now on the main
  423.     notebook menu.  You can control the height, width and font for the
  424.     main notebook.  In addition, a toggle controls where the tabs are
  425.     located; either on the bottom as you're used to, or on the right
  426.     side.  Tabs logic was reworked to remove major/minor tabs ... NEWS
  427.     will be "just another" minor tab on the main notebook, with groups
  428.     opening similarly to folders.
  429.     
  430. o   Load time page selection.  You may now load MR/2 ICE and have it
  431.     turn to one of the main notebook tabs when loaded.   Simply
  432.     invoke with /1 for the inbox (defaults there anyway), /2 for the
  433.     outbox and /3 for the FOLDERS index.
  434.     
  435. o   Shift-f10 is now available in the message editor/viewer to invoke
  436.     the context menu from the keyboard.  It also works from the 
  437.     header editing screen.  Still working on the index lists, but these
  438.     are strange beasts :).
  439.     
  440. o   Filter maintenance list screen now shows checkmarks for enabled
  441.     filters, empty boxes for those disabled.  Click on a checkbox in
  442.     the list to toggle this flag on/off.  No need to "edit" individual
  443.     entries if you simply wish to enable/disable.
  444.     
  445. o   A couple of new "dummy" DLL's are included.  The real ones represent 
  446.     work-in-progress, but these fill the void without adding the
  447.     bugs.
  448.  
  449.  
  450. Changes included in v1.2
  451. ------------------------
  452.  
  453. Mostly cleanup and solidification of previously added features and bug
  454. fixes.  Many new and exciting features have been added since v1.1.
  455. I'm not done yet.  I still have many items that have been on my todo
  456. list too long.  I will attempt to handle these in the next couple of 
  457. releases.  In addition, I have a couple of really great ideas that 
  458. will show up quickly.  Don't forget the integrated news reader.  This
  459. will be thr primary thrust for awhile.
  460.  
  461. o   Improvements to the single click/keystroke PASTE w/QUOTE feature
  462.     including extra linefeeds and focus changes.
  463.     
  464. o   MANUAL FETCH MODE:  To retrieve header-only entries in full, the
  465.     procedure it now that you highlight one/more entries and press
  466.     the FETCH toolbar icon (third from end) or Message->Poll for mail.
  467.     All marked "previewed" messages, if any, will be fetched before
  468.     a normal poll-for-new is performed.
  469.  
  470.     I stopped short of making manual mode selectable from the main menu.
  471.     I want to test the case of switching it on and off while polling
  472.     very thoroughly before depending on this.  Manual mode must be toggled
  473.     on/off from the Settings notebook at this time.
  474.     
  475. -   "Real-time" Help file improvements got pushed off, too.  I'm more 
  476.     excited about the web-based manual, although a bit slower right now.
  477.     I will end up incorporating this manual directly into the app, but
  478.     the job is bigger than I had guessed (matching ID's) and I have to
  479.     release to make a CD ROM release.
  480.  
  481.  
  482. NOTES ON THE WORKINGS OF PREVIEW MODE (HEADER-ONLY INDEX ENTRIES)
  483. =================================================================
  484.  
  485. When you turn on MANUAL / PREVIEW mode with your POP3 server, the system
  486. automatically fetches only headers for all new messages.  You can open
  487. these entries as if they were normal messages, and this might be handy
  488. if you need to examine the headers.  However, the more-common use of 
  489. header-only index entries is to allow selective fetching.
  490.  
  491. Header-only index entries will be marked with a round "dot" icon.
  492.  
  493. To fetch one or more full messages from a group of header-only entries, 
  494. simply MARK the desired items and invoke a pop3 poll (F2, 
  495. Message->Check for mail or third toolbar icon from the end).  All marked
  496. headers will be fetched first, then a normal poll for new headers will
  497. be performed.
  498.  
  499. Remove from Server mode is ignored when Manual Mode is selected.  To
  500. support this feature with POP3 servers that do NOT support the UIDL
  501. command, message counts are used, and deleting messages from the server
  502. would be risky.  Hence, in manual/preview mode, manual purges must be 
  503. performed periodically (Message->Purge from server).
  504.  
  505. The MANUAL/Preview Mode flag is set by going to Options->Settings.  
  506. On the first "network" page, in the POP3 groupbox is the "Manual mode"
  507. checkbox.
  508.  
  509.  
  510. PREFETCH FILTERS
  511. ================
  512.  
  513. Prefetch filters can be used in both Manual mode and "normal" mode to
  514. automatically and selectively control the fetching of messages in
  515. FULL or HEADER-ONLY mode.  The disposition of a prefetch-filtered message
  516. will stay true regardless of the POP3 read mode.  For instance, if a
  517. certain set of criteria defines a message to be fetched as "header only",
  518. only the header will result in either mode.  Alternatively, if a "full
  519. message fetch" filter is created, messages matching this criteria will
  520. always be retreived in full-body mode, regardless of the overall POP3
  521. fetch mode.
  522.  
  523. I use PreFetch filters on my system at home, where I have a dial-up
  524. connection.  The filter tells MR/2 ICE to only fetch headers when the
  525. message size is greater that 120,000 bytes.  This allows me to see all
  526. of my mail more quickly and easily identifies mail that is probably
  527. including attachments.  I then request to fetch these messages manually,
  528. but I am free to read and respond to all other messages in the meantime.
  529. Very handy.  And "mostly automatic".
  530.  
  531.  
  532. Changes included in v1.19
  533. -------------------------
  534.  
  535. o   Preview/Manual mode fixed up for POP3 servers that do not
  536.     support the UIDL command.  Bugs fixed with purge-from-server mode.
  537.     
  538. o   Sig editor now allows only one copy to be loaded.
  539.  
  540. o   Bubble hints now have borders (Warp v4.0 made them bleed into 
  541.     listboxes).
  542.  
  543. o   New (simple) test code to set DBCS style bits for EntryFields when
  544.     the system settings support DBCS.  I need feedback!  Does this 
  545.     help with DBCS subjects?? 
  546.  
  547. o   First-time printer setup crash fixed.  Again.
  548.  
  549. o   Filter maintenance screen now allows for the creation of a new
  550.     folder, on-the-fly, while defining the filter.
  551.     
  552. o   A new convertor is available: PMMail v1.5 to MR/2 ICE.  It will be
  553.     available via web page at http://nick.secant.com/mr2ice.htm.
  554.     
  555.  
  556. Changes included in v1.18
  557. -------------------------
  558. I consider this release a beta, too.  I'm targeting 11/1 as a 
  559. release date for v1.2, but I'll happily push it back a couple of days
  560. if needed.
  561.  
  562. o   POP3 manual mode can be specified.  In this mode, headers are 
  563.     fetched from the POP3 server but no bodies.  Index entries are 
  564.     inserted with a new icon.  The user can then pick and choose which 
  565.     full messages are fetched and when.
  566.     
  567. -   NOTE that this mode works ONLY with pop3 servers that support the
  568.     TOP command.  If the TOP command is not supported, MR/2 will fail
  569.     when fetching the first message.  No mail is fetched, but no mail
  570.     is lost, either, as turning off MANUAL mode will correct the 
  571.     problem.
  572.  
  573. -   BIGGER NOTE!  For those of you that have setup  MR/2 ICE so that
  574.     if fetches from multiple providers into a single MAIL directory
  575.     (by manually editing the INI file :), please DO NOT USE THIS FEATURE.
  576.     The uniqueness of message ID's is required, and mixing mail from
  577.     two ISP's and/or POP3 accounts will surely confuse things.
  578.                 
  579. o   PreFetch filters.  Filters that control the automated fetching of 
  580.     messages from the POP3 server.  Criteria can be defined based on a 
  581.     message's header and/or size.  If the criteria is matches, the user 
  582.     can specify to have fetch the full message, just the header, or to 
  583.     skip the message entirely.
  584.                       
  585.     There are two modes available.  When used in normal "non manual" 
  586.     mode, PreFetch filters can be used to specify message for which only 
  587.     the HEADERS are desired.  For example, messages from a certain user 
  588.     or over a specified size can be fetched in header-only mode, letting 
  589.     the user decide if/when to get the entire message.
  590.  
  591. o   In-Progress messages that *are not* ready to be sent can not be
  592.     saved into the outbox with assurance that it will not be sent.
  593.     Use Message->Save (but don't send).  The icon for these messages
  594.     will show as a paper and quill/pen.  A message can be "saved" any
  595.     number of times ... once you click on the SEND button, it gets
  596.     saved and sent.
  597.                         
  598. o   MR/2 ICE Ask-The-Experts(tm) Web Page!  Yet another way to get 
  599.     user-based help for what's already the best-supported OS/2 email 
  600.     available!  Simple web interface accepts and email address and 
  601.     question(s) from the user.  This is then emailed to a panel of MR/2 
  602.     ICE veteran users that have volunteered to share their knowledge.
  603.                     
  604. o   UUPC/UUCP drivers for MR/2 ICE are available.  This is a set of 
  605.     third-party Rexx scripts and a small EXE that, when used in 
  606.     conjunction with MR/2 ICE's new "custom mail driver" feature, allows 
  607.     the native reading and sending of UUCP-style email.  See the ICE web 
  608.     page for details and to ftp the latest version.
  609.     
  610.     Thanks goes out to Michael Taylor <miket@pcug.org.au> for providing
  611.     this wonderful tool!
  612.     
  613. o   Split-screen editor:  ghost split-slider removed when zooming a
  614.     message back to single window mode.  Also, splitter position 
  615.     is saved to the mr2ic.ini file as a percentage and used each
  616.     time.
  617.  
  618. o   More editor enhancements, particularly useful in split-window mode.  
  619.     ALT-Q and the menu entry and icon for PASTE w/quote now will 
  620.     function in the message "view only" window to immediately and 
  621.     directly paste information to the reply window. In additon, the 
  622.     CTRL-1 and CTRL-2 keys were enabled in split screen mode to allow 
  623.     quick and precise selection of the editor window.  Finally, 
  624.     Edit->Undo will function correctly after pasting w/quote.  NOTE that 
  625.     has a side effect, the clipboard afterwards holds an already-quoted 
  626.     copy of the original text.
  627.     
  628.     NOTE that Paste w/quote will also work in full-screen mode, with a
  629.     reply active and while viewing the message portion.  The effects are
  630.     not immediately visible, though, until you switch back to the reply
  631.     window.    
  632.     
  633. o   MR/2 HELP menus now have links to various MR/2 web pages, including 
  634.     the home page, the FAQ and the Ask-The-Experts(tm) page.  An online 
  635.     web-based manual with SEARCH capabilites should be available soon.
  636.     This will no doubt be a long-term work-in-progress.
  637.            
  638. o   MR/2 HELP Entry for "Send this message to MR/2 ICE Support".  Allows 
  639.     a user to quickly and effortlessly mail the currently displayed 
  640.     message to me as an attachment.  This method preserves all original
  641.     message formatting and markings.
  642.  
  643. o   Reindexing duplication bug (cosmetic) squashed.
  644.  
  645. o   I have a PM Mail v1.5 to MR/2 ICE convertor script started and 
  646.     looking faily good.  Watch the web page for more details.
  647.  
  648. o   I removed the problems I caused in previous versions by defining a 
  649.     MIME association of "multipart/*".  For the message-level header, I
  650.     ignore the association and treat it as a multipart :)
  651.     
  652.  
  653. Changes included in v1.17
  654. -------------------------
  655. I consider this a BETA release of what will be v1.2.  Seems stable to 
  656. me, but TONS of low level code has been teaked and prodded.  Could
  657. be some instability in there, somewhere.  Be warned!
  658.  
  659. o   Folder-to-folder copying and moving performance improved. A move
  660.     is now a TRUE file system level move, with far less overhead
  661.     that the previous method of copying, then deleting.  Both copy
  662.     and move now steamline the updating of the target index file,
  663.     providing another large performance boast.  Still not perfect,
  664.     but loads better!
  665.     
  666. -   Also cleaned up some window painting issues that should help 
  667.     speed up things even more.
  668.  
  669. o   Added a "Use MIME by default flag" flag to the MIME page.  If 
  670.     checked, all dropped files will be MIME'd, and the default
  671.     Message-Attach file mode will be MIME.  Otherwise, the default 
  672.     for both is UUEncoding.
  673.  
  674. o   Better handling of progression indicator when the pop3 server
  675.     does NOT return a message's file size up front.  Previously,
  676.     large messages would appear to start downloading quickly, then
  677.     "frieze" (often at 85% or so).  In fact, they were working, but
  678.     the 85% was based on 3000 bytes (a made-up default), and the 
  679.     progression metter would never update > 100% of 3000.  Now the
  680.     progress metter may STILL not indicate actual percentages, but
  681.     it will "bounce around" and continually update.  (Specifically
  682.     apparent with ISP's using PowerWeb pop server - e.g. os2bbs.com).
  683.     
  684. o   SENDS now connect with the SMTP/POP3 host once, send all messages,
  685.     *then* disconnect.  Previous, each message would cause a 
  686.     connect, send, disconnect.  No real problem for quick connections
  687.     to fast receiving hosts, but very time consuming to slower 
  688.     connections with mail hosts that do not "connect" quickly.
  689.     
  690. o   Custom "user programmable" Mail Drivers.
  691.  
  692.     New mail FETCH and SEND options in settings notebook ... CUSTOM.
  693.     This allows for user defined REXX procedures to be called to 
  694.     create the collection of incoming mail and to send each outgoing
  695.     message.  I can see this working for UUCP and even MHS formatted
  696.     message, and perhaps a whole lot more.  Here's how it works.
  697.     
  698.     Read mail via CUSTOM.  At the beginning of each poll for new mail, a 
  699.     rexx script called "getmail.cmd" is called from the base mail 
  700.     directory for the account.  For example, the initial/default account 
  701.     would call "mail\getmail.cmd".  After that, the system checks the 
  702.     defined SMTP delivery directory (change this path as desired) for 
  703.     new files, and these are recognized as new mail.  If an error 
  704.     occurs, a one-line message describing it should be stored in a file 
  705.     called "getmail.err" in the base mail directory.  This message is 
  706.     displayed to the user.  The absense of this file indicates a 
  707.     successful custom fetch.
  708.     
  709.     Send mail via CUSTOM.  For each message queued for sending, a rexx 
  710.     script called "postmail.cmd" is called from the base mail directory 
  711.     for the account.  For example, the initial/default account would 
  712.     call "mail\postmail.cmd".  The name of a temporary file housing the 
  713.     ready-to-send message is passed.  If an error occurs, a one-line 
  714.     message describing it should be stored in a file called 
  715.     "postmail.err" in the base mail directory.  This message is 
  716.     displayed to the user.  The absense of this file indicates a 
  717.     successful custom send.
  718.     
  719.     Custom Mail Drivers (CMD's? :) should start by deleting their 
  720.     respective error files, as these are preloaded by MR/2 ICE before
  721.     invocation with "REXX script not found" messages.
  722.  
  723. o   Long email addresses when saved to Address Book would sometimes
  724.     get chopped and corrupted.  We're talking *really long* addresses,
  725.     but even these work now.
  726.  
  727. o   Marking a URL for Web Browsing/FTP now uses only the marked portion.
  728.     Previously, marked section was ignored and the entire word/string
  729.     would be used as happens when nothing is marked.
  730.  
  731. o   New "Redirect" option on RMB Message Index menus.  Allows you to
  732.     quickly "bounce" messages to some other email address.  Message(s)
  733.     remain mostly unaltered ... some header lines are appended to 
  734.     allow for POP3 sending and to preserve original information.
  735.  
  736. o   The default FORWARD template has been changed.  The new template 
  737.     will actually preceed each header line with a ">" to prevent strange
  738.     routing problems.
  739.     
  740. o   New Options->Settings parameter to control the HEADER created for 
  741.     FORWARDED messages.  You can now specify whether, by default, your 
  742.     address goes into the Reply-To header, or the address of the 
  743.     original sender.
  744.  
  745. o   Missing first char bug.  Often on resends and/or when working with
  746.     previously sent messages, the first character of the message
  747.     would get chopped.  Fixed.
  748.  
  749. o   WarpUtil.DLL is now used to link in WPS features.  Since this causes
  750.     problems for OS/2 v2.xx users, an alternate DLL is provided.  For 
  751.     v2.xx users, you MUST copy "nowarp.dll" to "warputil.dll".
  752.  
  753. o   Internal index changes.  Size is recorded in bytes.  An "o" is
  754.     placed after the size to differentiate it from the previous
  755.     method of counting and recording lines.  Also, for messages that
  756.     are "current" on the POP3 server, the server's UID for this
  757.     message is recorded as a new field (very end of entry).
  758.  
  759. o   Message size are now shown in the message index, at the very end.
  760.     Sizes ending in an "L" are old-style LINE COUNTS.
  761.     
  762.  
  763. Changes included in v1.16
  764. -------------------------
  765.  
  766. o   MIME settings page changes were not being saved.  Fixed.
  767.  
  768. o   More detail on Filter Maintenance list screen.
  769.  
  770. o   NOOP command removed from SMTP conversation due to buggy NT server
  771.     used by at least one ISP.
  772.     
  773. o   Efficiency of the unique file name generator improved.
  774.  
  775. o   Handling of single-type MIME messages improved.  Previously, types
  776.     other than text and multipart would get confused.
  777.     
  778. o   MIME attachments that included paths in the file name would error
  779.     on detach.  Fixed.
  780.     
  781. o   RMB->View for attachments now takes a "last step" if no MIME 
  782.     association is found for the type (OS/2 v3.0 or later only).
  783.     
  784.     Now, if no MIME viewer is defined, the attachment is opened as
  785.     a desktop object.  In other words, as if you opened it from the
  786.     file manager.  This allows all of your WPS associations and
  787.     already-defined viewers to be used.  This provides automatic
  788.     access, for example, to all of the fancy ObjectDesktop viewers
  789.     simply by accessing objects via the WPS.
  790.     
  791.     This may warrant actually REMOVING MIME association definitions.
  792.     This will be a user's option; I will continue to try and improve
  793.     the default association file assuming external viewers.
  794.     
  795. o   I changed the default "delete" flag for autoreplies to be OFF.
  796.     This means that autoreplies WILL NOT be automatically deleted 
  797.     after being sent.  This was somehow confusing the autoresponder
  798.     and some autoreplies were being lost.  This does not happen
  799.     in save-after-sent mode.  I may switch it back later, but until
  800.     I can find out what's happening and fix it, it will stay this way.
  801.  
  802.  
  803. Changes included in v1.15
  804. -------------------------
  805. Nothing really "new" ... wanted to put out a stablized release before
  806. I added anything new or fixed larger bugs.
  807.  
  808. o   Bug with new Login submenu where logins did not always line up
  809.     with a menu option.  Also removed "MAIL" from the menu list.
  810.     
  811. o   30 second freeze on new installs fixed.
  812.  
  813. o   Header-based filter bug resolved.
  814.  
  815. o   Some improvements to MIME-attached file parsing.
  816.  
  817. o   The new message count displayed in the title bar and task list is
  818.     no longer linked to the "periodic beep" flag.  New message counts
  819.     will now show even if beeping is turned off.
  820.  
  821. -   Also removed a call to WinFlashWindow() when the message count is
  822.     updated.  I'm still looking for what steals the focus from Windows
  823.     apps when polling.  
  824.  
  825. o   Fixed the text on the initial-install "font test" to be consistent.
  826.  
  827. o   New Settings page ... nothing new, just spreading existing options
  828.     out to make room for new items.
  829.     
  830. o   I added some code to the MIME association area, but it isn't 
  831.     accessible to the user yet (needs a pick-list form).
  832.  
  833. o   Mailto.exe (maillist.zip) now returns identifiable error codes on
  834.     send failures.
  835.  
  836.     
  837. Changes included in v1.14
  838. -------------------------
  839. First, I'd like to acknowledge the foru generous and ambitious guys that
  840. helped put together the documention updates from last release.  They are:
  841.  
  842.     rayfaulk@HK.Super.NET (R. J. Faulkner)
  843.     os2@tir.com (Jason M. Gottschalk - http://www.tir.com/~os2)
  844.     Jerry Koret <jkoret@ibm.net>
  845.     os_support@theriver.com (James McKenzie)
  846.     
  847. Thanks guys!  NOTE: these guys can be reached via email as a group using
  848. the email address <mr2ice.doc@secant.com>.
  849.  
  850. Darn!  I was better at documenting this releases changes, but I left 
  851. the paper listing them at home.  Go figure.
  852.  
  853. o   Modified slightly the POP3 high count warning message to avoid
  854.     false calls.
  855.     
  856. o   Notebook statusline counts when deleting messages kept more 
  857.     up-to-date.
  858.     
  859. o   Save-to-file now supresses divider line if first write (file
  860.     didn't exist previously)
  861.     
  862. o   Filters and "on demand" functions that modified messages would
  863.     sometimes NOT update the index.  I was looking for changes in the
  864.     file-modified time, but if the changes were quick (same second),
  865.     I wouldn;t detect the change.  File size is now also used, I'll
  866.     think this out a little further.  Works much better, anyway!
  867.     
  868. o   Login menu is now a conditional cascade and will list ALL AVAILABLE
  869.     profiles, and  a "default" that signs on as mail/mail.  If the
  870.     profile has no password set, you are instantly logged in.  If it 
  871.     does have a password, the login form comes up with the name
  872.     pre-filled.
  873.     
  874. o   Reindexing of folders code was extremely inefficient, particularly
  875.     when the folder contained larger messages.  Rewrote this and it is
  876.     MUCH quicker.
  877.     
  878. o   Modified the message saving and moving code to identify and wait 
  879.     for locked index files.  In my testing, I could not get MR/2 to 
  880.     drop an incoming messages nomatter how fast I moved through existing 
  881.     messages.  I believe I've knocked this one off, but I'll wait for
  882.     those having problems to confirm it.
  883.     
  884. o   I still had a problem with MIME character translations that came up
  885.     during the last 2 releases.  All seems to me back in order now.
  886.     Text decoded from Base64 was never checked for needed conversions,
  887.     now it is.
  888.     
  889. o   Wrapping of quoted text using the ALT-1-for-a-space mechanism now
  890.     works as it should.
  891.     
  892. o   Sorting of index lists has been fixed.  Again.  Ah, the joys of
  893.     multithreaded programming!  One inbox function/thread would switch
  894.     the sort order while messages were inserted into another index. 
  895.     I seem to have fixed this up ... another fix waiting for the test
  896.     of time.
  897.  
  898. o   Demand filters are now functional, as is the RMB->Filters->Select
  899.     menu item.
  900.     
  901. o   Better reply-to and from address matching.  MR/2 now "normalizes"
  902.     each header address before checking to see if they are the same.
  903.     This avoid the "which one" prompt when both are found and they
  904.     are logically the same but not textually.  The longest address
  905.     is automatically chosen in this case, in an attempt to preserve
  906.     real names.  A thought just popped into my mind ... does this
  907.     effect Mailing List setups?
  908.     
  909. o   Reindexing OUTBOX would often show ghost index entries.  I believe
  910.     I've fixed this ...
  911.     
  912. o   More tiny ones; this was all from memory.  I'll try to itemized 
  913.     anything else with the next release.
  914.  
  915.  
  916. Changes included in v1.13
  917. -------------------------
  918. Quick bug fixes.  This will be replaced very quickly with a newer
  919. version ... matter of days.
  920.  
  921. o   Using CTRL-Fkey and/or ALT-X on an EXISTING message would result
  922.     in the original message file being deleted.  Fixed.
  923.     
  924. o   Long FROM lines would crash the forwarding process.
  925.  
  926. o   Forwarding and Replying to a message with long "unwrapped" lines
  927.     would often crash.  Fixed.
  928.     
  929. o   Simple filters with OR'd and/or AND'd parts would often 
  930.     malfunction, as the selected fields-to-check were ignored except
  931.     for the first piece of the search criteria.
  932.     
  933. o   POP servers that send back lower case status words are now 
  934.     supported.
  935.  
  936.  
  937. Changes included in v1.12
  938. -------------------------
  939. There now exists a productive group of 4 people working on documentation
  940. for MR/2 ICE ... you'll notice some new doc files resulting driectly from
  941. them.  I will certainly acknowledge each individual, after I've checked
  942. to make sure this is ok (don't know why it wouldn't be, but I'll play it
  943. safe :).  Comments and/or suggestions are welcome.  See install.txt,
  944. readme.1st and keys.txt.
  945.  
  946. o   Install zip now includes some new doc:  install.txt, keys.txt and
  947.     readme.1st.  See readme.1st to find out what ALL TEXT FILES included
  948.     with MR/2 ICE explain!
  949.     
  950. o   Fax-by-email support!!  MR/2 ICE now supports the transport of
  951.     faxes and other PMFax-related documents via email, with the
  952.     potential to save fortunes in long distance phone calls!  This
  953.     feature will cooperate with the imminent release of PMFax v3.0.
  954.     To support this feature, MR/2 ICE adds two new command-line
  955.     capabilities ...
  956.     
  957. o   Command line parameter /D can be used as in this example:
  958.  
  959.         mr2i /Dmessagefile logfile
  960.          
  961.     and will load MR/2 ICE, detach all attachments found in the
  962.     named message file.  A list of all detached files will be 
  963.     found in the named logfile.  If no logfile is specified,
  964.     the log is written to stdout.
  965.     
  966.     This is used in the faxrcv.cmd file included with MR/2 ICE
  967.     for use with a link-to-Rexx filter.
  968.     
  969. o   Command line parameter /Q has been modified so that, if a space
  970.     follows the /Q, a specific mode is invoked.  In this case, 3 parameters
  971.     are expected:
  972.     
  973.         mr2i /Q filename address subject
  974.         
  975.     MR/2 ICE will create a new message to "address" (must be a valid 
  976.     internet address, wrapped in quotes if it contains spaces) and with
  977.     the given sibject (again, ""'s if spaces are included).  It then
  978.     MIME encodes "filename" as an attachment and adds it into the
  979.     outbox for sending.  If a copy MR/2 ICE is already running, that 
  980.     copy will take over and send the message.  If no other copy is
  981.     running, and MR/2 ICE is invoked as above, it will load the message
  982.     into the outbox and exit.  To create the message, send and exit,
  983.     without an existing running copy use:
  984.         
  985.         mr2i /XS /Q filename address subject
  986.         
  987.     Finally, if uuencoding is preferred over MIME encoding, you can 
  988.     add a "*" in front of the file name:
  989.         
  990.         mr2i /Q *filename address subject
  991.  
  992.     While this works nicely for the purposes of interfacing with PMFax,
  993.     it has potential with any other third party tools and/or user 
  994.     scripts that need to send encoded files around.
  995.  
  996. --  To set up PMFax to work with MR/2 ICE, simply go to 
  997.     Utilities->Settings->Program and insert the following text into
  998.     the "EMAIL" field:
  999.     
  1000.         d:\mr2i\mr2i /Q %FILE% %ADDRESS% %SUBJECT% /XS
  1001.         
  1002.     Where d:\mr2i\mr2i is replaced with YOUR location for the MR/2
  1003.     ICE executable.
  1004.     
  1005. --  To set up MR/2 ICE to pass incoming email faxes to PMFax v3.0 or
  1006.     later, simply set up a new filter:
  1007.     
  1008.         Utilities->Filter Maintenance ... New
  1009.         
  1010.         Description: Fax
  1011.         Tag: Fax
  1012.         Search type: Simple
  1013.         Areas to search:  Subject
  1014.         Text to search for: "EMAIL FAX" & !"RE:"  (include the ""'s)
  1015.         Filter type: Inbound
  1016.         Link to Rexx (mark this as checked):  faxrcv.cmd
  1017.         
  1018.     Then press OK.  You might opt to create a FAX FOLDER and copy these
  1019.     message there and/or removing them from the inbox, but this is not
  1020.     necessary for this to work correctly.
  1021.     
  1022. o   Install now includes the file faxrcv.cmd for use with the filter
  1023.     and features documented above.  NOTE THAT fxrcv.exe, as supplied
  1024.     with PMFax, is expected to be somewhere in your PATH.  If not, the
  1025.     script may be edited to point directly to the EXE, or this EXE
  1026.     can be copied somewhere in your PATH.
  1027.     
  1028. o   Double translations of MIME/QP text bug fixed.
  1029.  
  1030. o   New Settings->Prompts variable ... POP3 count threshold.  This is 
  1031.     a count that can be set or disabled.  Once your POP3 count grows
  1032.     past this threshold, MR/2 informs you of the situation on program
  1033.     load.  This to try and counter the problem with the default being
  1034.     to KEEP messages on the server, new users not knowing to purge,
  1035.     and mailboxes becoming full.
  1036.     
  1037. o   New warning that is issued when you attach a file via uuencoding
  1038.     and where that attachment's last line starts with a "." length
  1039.     character.  This has proven to cause trouble with various 
  1040.     combinations of POP3 servers and email clients, so MR/2 ICE suggests
  1041.     using MIME in these cases.  Note that the odds of this happening
  1042.     are something like 1:72, so it does happen!
  1043.  
  1044. o   Sorting of inbox and outbox is consistent when new messages are added.
  1045.  
  1046. o   Creation of a new folder now inserts the new item in the proper sorted
  1047.     spot.
  1048.     
  1049. o   Crash:  when a new outgoing message was created, then deleted from
  1050.     the outbox before sent, MR/2 would still try to send and crash at
  1051.     that time.  Fixed.
  1052.     
  1053. o   Crash: Some mailer liked to send BinHex with the entire section left
  1054.     padded with spaces.  I fixed both the code that crashed, then made
  1055.     it so the attachment is detachable.
  1056.     
  1057. o   Base64 text/plain is now decoded before display.
  1058.  
  1059. o   I spent an enormous amount of time reworking the way Tools->External
  1060.     Editing *and* the way CTRL-FKeys save and reload the 
  1061.     work-in-progress message.  External tools can now expect to get 
  1062.     full header and text messages, including MIME encoding and other
  1063.     attachments when invoked.  (This does NOT effect use of an external
  1064.     editor ... just when a message is modified in a "special" way).
  1065.     MIME markings (in particular, boundary strings) are preserved and
  1066.     reused on subsequent saves.
  1067.  
  1068.     This should help in the effort to support the combination of
  1069.     MIME and PGP.
  1070.     
  1071. o   Deleting the last MIME association no longer crashes MR/2 ICE.
  1072.  
  1073. o   Sometime recently MR/2 started creating messages with extra CR's 
  1074.     in the header section.  Fixed.
  1075.  
  1076. o   First-time users now see INSTALL.TXT automatically loaded into
  1077.     the E editor when they run MR/2 ICE.
  1078.  
  1079. o   The packed DLL's and EXE released as a test last time caused some
  1080.     minor trouble, mostly with v2.xx users.  While these instances were
  1081.     "rare", I'm not going to make this the default release mode.  I will 
  1082.     come up with a scheme where users can compress these files or ftp 
  1083.     compressed versions, but I don't want to cause more problems for any
  1084.     first-time users. 
  1085.  
  1086. o   There were more minor bugs crushed, but I didn't track all of the 
  1087.     little ones.
  1088.  
  1089.     
  1090. Changes included in v1.11
  1091. -------------------------
  1092. Mostly small bug fixes.
  1093.  
  1094. o   Several crashes located and fixed.  I don't remember all of them,
  1095.     but the Printer Setup crash on new installs was fixed.  There
  1096.     were a handful of others.  I didn't document them (sorry).
  1097.     
  1098. o   UUEncoded attachment bug fixed where UUencoding started on the
  1099.     very first line of a message (continuous loop condition).
  1100.     
  1101. o   Some minor additions to the HELP text, mostly covering areas
  1102.     where a new user might get confused (confirmation boxes).
  1103.     
  1104. o   Started support for nested MIME mutipart messages.  If you define 
  1105.     the viewer for a content type (e.g., "multipart/*") to be "*", and 
  1106.     you go to view a part of this type (RMB->View) it will open up a 
  1107.     SECOND message window with that part as the message.  It stull needs
  1108.     some work, but it should allow access to some of these appledouble
  1109.     message now.
  1110.     
  1111. o   Oh!  Almost forgot.  I am distributing DLL's in this release as a
  1112.     test.  Please note the following size differences between the
  1113.     normal versions of these files and the new versions:
  1114.     
  1115.         module                     orig                   packed
  1116.  
  1117.         mr2i.exe (v1.10)        598,539                 361,227
  1118.         c2151mt.dll             208,782                 137,996
  1119.         cp1bcmr2.dll            168,523                 107,021
  1120.         bsebcmr2.dll            178,033                  86,863
  1121.         opbbcmr2.dll            371,104                 248,095
  1122.                                 -------                 -------
  1123.         total                 1,524,981                 981,202
  1124.  
  1125.     
  1126.     NOTE that v1.11's EXE size should be reduced to the same degree.
  1127.     This is simply the use of a freeware utility called lxlite on
  1128.     these files ... they still take the same overall memory to load
  1129.     and operate, we've just cut down on the storage size.  Zip file
  1130.     sizes will not decrease ... these files are simple "pre zipped".
  1131.     
  1132.     PLEASE let me know it you have any problems with these (mostly
  1133.     I'm concerned with any OS/2 v2.xx users out there).
  1134.     
  1135.     
  1136.  
  1137.  
  1138. Changes included in v1.1
  1139. ------------------------
  1140. This release marks the completion of "basic MIME" support.  As usual,
  1141. there are issues left outstanding, but MIME does work nicely.
  1142. For example, items still needing attention include:
  1143.  
  1144. o   No Support for Multiple Message mime attachments (attachments
  1145.     "split" across multiple messages), either incoming or outgoing.
  1146.     
  1147. o   No automatic viewer launching, yet.
  1148.  
  1149. o   No outgoing BinHex.  Easily added, if there is a demand.
  1150.  
  1151. o   Directing attachments to different target directories is still
  1152.     in the works.  I meant to have this done, but failed, and since 
  1153.     it is not actually part of "MIME", I left it for last. This will
  1154.     appear very soon.
  1155.     
  1156. o   Nested multiparts are not supported at this time.
  1157.  
  1158. Ok, now for what IS there:
  1159.  
  1160. o   I improved all attachment code in general, handling user-supplied
  1161.     variations and adding them to my collection.
  1162.     
  1163.     BinHex attachments are now recognized even if NOT wrapped in MIME
  1164.     boundaries.
  1165.     
  1166.     Boundary spec in multipart header now handled for cases not wrapped
  1167.     in double quotes.
  1168.     
  1169.     Missing "end" boundaries are handled as a complete part.
  1170.     
  1171.     Multipart messages with no parts are now displayed (to accomodate a
  1172.     big PRM v2.0 bug that makes invalid MIME messages).
  1173.     
  1174.     MIME attachment files were never closed until ICE exited.  Fixed.
  1175.     
  1176. o   Viewer now attempts to launch from the RMB->Viewer item.  Error
  1177.     detection is minimal.  I will have to expand on this.
  1178.  
  1179. o   Spelling checker and thesaurus improvements.  Handling of contractions
  1180.     and words surrounded by punctuations is massively improved.  Spell
  1181.     checking of marked blocks no longer flips words around <!!>.
  1182.     
  1183. o   Printing of unwrapped, long-lined messages improved, but not a total
  1184.     fix.
  1185.     
  1186. o   Modifying a message via CTRL-Fkey and REXX, and/or with an editor 
  1187.     would often lose the read/replied/sent status.  Fixed.
  1188.     
  1189. o   Many, many tiny little nits cleaned up.  Of course, I still have many
  1190.     more to go.
  1191.  
  1192.  
  1193. [Note that v1.1 was the next release after v1.07]
  1194.  
  1195.  
  1196. Changes included in v1.07
  1197. -------------------------
  1198. This was mostly a bug-fix pass; much work was done on the MIME 
  1199. attachment engine (as well as with other attachments) and making 
  1200. existing things work and/or work better.  Another case where I wasn't
  1201. careful at all about documenting all of the bug fixes included (hence,
  1202. I can't list them)
  1203.  
  1204. o   Mime Associations can now be defined via a pushbutton on the 
  1205.     Settings->Advanced form.  This form makes use of a different style
  1206.     of list-item maintenance ... looking to see who likes this style
  1207.     better than the normal "pick list", then edit style.
  1208.     
  1209. o   I enabled the RMB->View attachment menu item, and it worked in my
  1210.     limited testing, but I expect to do much more with this.
  1211.     
  1212. o   Various fixes and changes to accomodate William Geiger's PGP
  1213.     interface.  This is looking very nice.
  1214.     
  1215. o   Again, more, but I didn't write everything down.  E.g., templates
  1216.     can now be moved around (with the up/down arrows) and when you save
  1217.     they stay where ypu put them.
  1218.     
  1219.  
  1220. Changes included in v1.06
  1221. -------------------------
  1222.  
  1223. o   Now supports KOI8-R and ISO-8859-10 character sets.
  1224.  
  1225. o   New MIME options in settings allow very low-level control of 
  1226.     character set conversions.
  1227.     
  1228. o   X-Sun-Charset header tag recognized and used.
  1229.  
  1230. o   New character translation tables ... I've reworked this logic and
  1231.     database to be less complex internally, allowing me to add
  1232.     new code pages and character sets as the demand occurs.
  1233.     
  1234. o   Outbox filter - testing, not meant for prime-time yet.
  1235.  
  1236. o   Attachment sizes are adjusted to better represent decoded sizes;
  1237.     File names now appear in uuencoded markers,
  1238.  
  1239. o   Better MIME handling for mixed case tags.  Previously, upper case
  1240.     tages were not treated properly.
  1241.  
  1242. o   "Special" filters that detect attachments now check message 
  1243.     parts, too.
  1244.  
  1245. o   Last byte(s) of MIME files sometimes encoded wrong.  This could 
  1246.     cause decoding problems on occassion.
  1247.  
  1248.  
  1249. Changes included in v1.05
  1250. -------------------------
  1251. WARNING: I have totally reworked the attachment subsystem.  Not only
  1252. does this improve overall performance significantly, but it also
  1253. provides seamless MIME and BinHex (Binhex is detach only at this time).
  1254. HOWEVER, with any new code, there can be problems.  I am considering 
  1255. the attachment subsystem "in beta" ... just this mechanism.
  1256.  
  1257. I expect to release v1.1 on 08/01/96 with MIME support that includes
  1258. user-definable viewers, an improved CP translation table with added 
  1259. support for ISO-Latin-10 and KOI8-R (Russian) character sets.  In 
  1260. addition, a user will be able to select a specific Code Page 
  1261. translation for any message.
  1262.  
  1263. BIG NOTE:  The // command parameter, used in testing, should NOT be
  1264. used.  In fact, the program now warns you if it is used.  AND, in fact,
  1265. the // flag's function has been reversed.  Using //, at least for now,
  1266. will cause MR/2 ICE to revert (mostly) to the old "attachment text 
  1267. viewable in the message" mode.  Just as a precaution.
  1268.  
  1269. o   Progress with attachments.  Support for the basic MIME mechanism
  1270.     has been added.  MR/2 will now recognize and parse MIME message,
  1271.     displaying text sections and replacing "attachments" with markers
  1272.     that represent the attachment.  The Message->Detach function will
  1273.     now detach uuencode, MIME and BinHex attachments transparently.
  1274.     
  1275.     Attaching files also supports MIME messages.  The Message->Attach
  1276.     menu now is a conditional cascade with UUEncoding still being the
  1277.     default (plans to user-configure).  The sub menu lists other options,
  1278.     including MIME/base64.  BinHex outgoing is not yet supported.
  1279.     
  1280.     The Text option is an experiment, but I believe it will be useful.
  1281.  
  1282. o   Drag file into reply window - becomes MIME attach.  Beginnings of 
  1283.     drag/drop support, just to say it exists, somewhere :)
  1284.  
  1285. o   RMB menu over an attachment is different.  Not yet functional, tho.
  1286.  
  1287. o   Detaching from a message index (RMB menu) now handles MIME parts, too.
  1288.     Previously only detached uuencoded attachments.
  1289.  
  1290. o   /X and /XS fixed.  I had to rework this quite a bit to get the timing
  1291.     right for ALL cases.
  1292.  
  1293. o   Fixed a possible heap corruption bug.  Extremely long TO lines 
  1294.     (>1K), when filtered, would (sometimes) overwrite one byte past
  1295.     the allocated buffer.
  1296.     
  1297. o   I've fixed it so that the deleting of MOST files is done 
  1298.     "permanently".  In other words, those using the DELDIR option in
  1299.     config.sys were having ALL deleted files "backed up".  This has
  1300.     been changed, by default, to NOT backup deleted files to your DELDIR.
  1301.     Some specific cases have been left untouched.
  1302.     
  1303.     For those of you that want to remain cautious at the expense of 
  1304.     speed,  I have added the command line option "/W" which will use
  1305.     the old delete method, in most cases.    
  1306.  
  1307. o   New command line switch /Qfilename.  Will add the names file to the
  1308.     MR/2 ICE outbox and exit.  File is assumed to be a properly formed
  1309.     message file.  You can force MR/2 to attempt to send the message via
  1310.     use of the /XS flag.
  1311.  
  1312. o   New command line switch /Euser@domain.com.  Starts MR/2 ICE and 
  1313.     immediately invokes a new message to the address specified.  For use
  1314.     by a third-party address book program still in the works, but it 
  1315.     surely has other applications.
  1316.  
  1317. o   Command-line control of a running copy of MR/2 ICE.  The commands 
  1318.     above will actually cause an existing instance of MR/2, if found,
  1319.     to do the desired work.  I went the extra step of support this for
  1320.     multiple accounts, so specifying an account should talk to the right
  1321.     copy of MR/2 ICE.  So, using the /Q option to queue a file actually
  1322.     puts it in the outbox of a running copy, and proceeds to send it.
  1323.     Using the /E option causes a New Message header screen to pop to the 
  1324.     desktop from a running copy of ICE.  Also:
  1325.     
  1326.         /Qfile  - as described above
  1327.         
  1328.         /Euser@domain - as described above        
  1329.  
  1330.         /+  will restore and bring focus to a minimized/burried 
  1331.             copy of MR/2 ICE.
  1332.             
  1333.         /-  will minimize an existing, running copy of MR/2 ICE.
  1334.         
  1335.     Other commands can be added as the need arises.  I'm open for
  1336.     good suggestions!
  1337.     
  1338.     NOTE that if a running copy of ICE is not found, a new copy is
  1339.     started and the work is done.  In the case of the /Q option,
  1340.     MR/2 ICE will exit after queuing.  /XS can be used to force it to
  1341.     send, too.  The /E option will start a new copy of MR/2 if one is
  1342.     not running, and the application remains active.    
  1343.  
  1344. o   POP3 server interface ... when an invalid password is given, will
  1345.     prompt you *only if* the config password is blank.  Otherwise,
  1346.     it just reports the error in the status window.  This prevents the
  1347.     prompting from interfering with auto-fetch scripts and procedures
  1348.     where the ISP might time out.
  1349.  
  1350. o   Using /S could end up racing the send thread with nothing for it to
  1351.     do, under certain conditions.  Fixed.
  1352.     
  1353. o   Closing Editor would "close" the app completely.  This was actually a 
  1354.     crash condition in v1.04a.  Fixed.
  1355.     
  1356. o   Pop3 logon errors now show message returned from the server.
  1357.  
  1358. o   Long free-form search strings (over 500 chars) could overwrite the
  1359.     stack of the incoming mail thread (crashing).  Fixed.
  1360.     
  1361.  
  1362. Changes included in v1.04
  1363. -------------------------
  1364. Didn't get to the massive bug-fix pass I had intended over the weekend;
  1365. real-work duty called.  Here's what I have to-date.
  1366.  
  1367. o   Text color in folder select when hilighted is now white on grey.
  1368.  
  1369. o   "Sending ..." message when /S param is used has been suppressed.
  1370.  
  1371. o   Save to file selection dialog changed back to enable file list.
  1372.     Title was changed to say "Save to File".
  1373.  
  1374. o   Minor cosmetic fix to Folder RMB button.
  1375.  
  1376. o   Changes to menu ID's to aid in accomodating HELP engine revisions.
  1377.  
  1378. o   Fixed the polling thread lockup when a Rexx filter failed due to 
  1379.     error.
  1380.     
  1381. o   Added a new filter type:  "Pre-Send" to the filter mechanism.  Not
  1382.     yet GUI selectable.
  1383.     
  1384. o   Rexx filters can now be forced to the foreground by simply adding 
  1385.     a "*" to the beginning of the command sequence.  For example:
  1386.     
  1387.         *maillist icemail.lst
  1388.         
  1389.     would run the MR/2 ICE mailing list in the foreground.  This allows
  1390.     REXX to prompt and accept input.
  1391.     
  1392. o   MIME coding started.  This also includes recognition of UUEncoded
  1393.     files and the treatment of them as "non-displayed text".  This is 
  1394.     not auto-enabled in this release, but will be shortly.
  1395.  
  1396. o   Kludge.  You can now add a char(1) to the end of the quote string,
  1397.     and this character will force a SPACE into the string.  Press ALT
  1398.     and then the numeric pad 1 ... you will see a smiley face character
  1399.     (CP850/437).
  1400.  
  1401. o   PreSend filters.  You can define a set of filter match criteria. Each
  1402.     message to be sent (queued messages) pass through this filter, and if
  1403.     found to match, can be passed through a REXX script.  Most other 
  1404.     options do nothing in this case, or have extremely minimal use.  
  1405.     After the filter(s) is/are executed, the message is sent.
  1406.     
  1407.     This was implemented specifically for PGP signing and encrypting. 
  1408.     It has other applications.
  1409.     
  1410. o   You may now specify a single filter to be BOTH an inbound and outbound
  1411.     filter.
  1412.     
  1413. o   Added support for internal MIME base64 decoding.  It even works :)
  1414.     Again, this is not automatically enabled at this time; I still have
  1415.     some work to do on ATTACHING files with this new system.  Detaches 
  1416.     work very well, tho!
  1417.  
  1418. o   Editor temporary names are now forced to be compatible with FAT 8.3
  1419.     naming conventions.    
  1420.  
  1421.  
  1422. Changes included in v1.03
  1423. -------------------------
  1424.  
  1425. o   Problem with temp file names that are not FAT compatible when printing
  1426.     marked text.  Fixed.
  1427.     
  1428. o   Indexing problem with filtered message to open folders fixed (apparent
  1429.     dupes, reindexing needed to match index with message).  Fixed.
  1430.     
  1431. o   Stealing of addresses via both the Message->Save address and RMB address
  1432.     functions improved and corrected.
  1433.  
  1434. o   Titles changes on a couple of file open dialogs to better match the
  1435.     real function ("Save as" or "Append to" instead of "Open").
  1436.     
  1437. o   Ctrl-+ plus works again, and Ctrl-= still works as an equivelent.
  1438.  
  1439. o   Bug in saving routine for Address Book, Group list, Filters and
  1440.     Templates fixed.  If you attempted to exit with unsaved changes MR/2
  1441.     warned you and appeared to give you a chance to save.  It actually
  1442.     would throw out yoru changes anyway.  Fixed.
  1443.  
  1444. o   Moving messages from one folder into the same folder ignores you.
  1445.     Previously, the messages would get deleted.  This seems to have 
  1446.     happened to enough people that figured I should "fix" it.
  1447.  
  1448. o   New way to register - via Compuserve's SWREG service.  MR/2 ICE is 
  1449.     SWREG #11797.  From a Compserve command prompt: GO SWREG.
  1450.     
  1451.  
  1452. Changes included in v1.02
  1453. -------------------------
  1454.  
  1455. o   Date header timezone is now corrected for daylight savings time.
  1456.  
  1457. o   Filters that start REXX commands do so minimized now.  If a REXX
  1458.     process is called fro my a filter, it is performed FIRST, before
  1459.     any copying to folders or other actions are performed.
  1460.     
  1461.     ALSO, if the Rexx process modifies the file at all, the index entry
  1462.     for that message is rebuilt.  This allows for REXX to massage the
  1463.     incoming message and the index will reflect any of these changes.
  1464.  
  1465. o   Tools->Edit Externally now checks to see if the file is modified,
  1466.     and will rebuild the index entry, of needed.  For example, you can 
  1467.     change the subject of the message and the index entry for the message 
  1468.     will immediately reflect the new subject.
  1469.     
  1470. o   MsgUtil.cmd is invoked via CTRL+Fkey.  The same "has message been
  1471.     modified" checks are performed on return from this process, and the
  1472.     message index entry is updated, if needed.
  1473.     
  1474. o   Oops.  Ctrl-Fkey would load msgutil against a message from the viewer.
  1475.     Initiate it against a reply and you'd get the original.  Fixed.
  1476.     Initiate it against a new message and you'd crash.  Fixed.
  1477.     
  1478. -   the four previous items took tons of code and should be considered
  1479.     new "beta" features.  I'm sure there are some bugs to shake out before
  1480.     depending on this to be flawless.  But, if you don't use them for
  1481.     these "advanced" functionality, you won't care :)
  1482.     
  1483. o   Fixed that pesky garbage-in-quote problem.  Again.
  1484.  
  1485. o   Index-to-Messages mismatch diagnostic beep now checks FROM in
  1486.     addition to SUBJECT for a match.
  1487.     
  1488. o   Text Editor now honors configured FTP and WWW commands from RMB.
  1489.  
  1490. o   Session Manager thread (the one added in v1.01 to monitor external 
  1491.     session threads) now starts up immediately (no delay).  Previosuly, 
  1492.     a delay was invoked which could caused any rexx-action filter to 
  1493.     fail until after delay (termination queue did not exist until then).
  1494.  
  1495. o   Problem with attachments - sometimes got truncated (bug I put in
  1496.     v1.01 only).  Fixed.
  1497.  
  1498.  
  1499. Changes included in v1.01
  1500. -------------------------
  1501.  
  1502. o   Outbound filters now function.  These are applied to each message
  1503.     *after* it is successfully sent.
  1504.  
  1505. o   Formatting printing now correctly prints backslashes and {} curly
  1506.     brackets.
  1507.     
  1508. o   The /X parameter has always started MR/2 ICE in "poll for new mail
  1509.     and exit" mode.  You can now add a modifier to this parameter to
  1510.     get it to poll for mail, send all queued mail, then exit.  Use /XS
  1511.     
  1512. o   Better handing of filename collisions for messages being filtered.
  1513.     Files were never overwritten, but occassionally the index entry
  1514.     would get recorded incorrectly.  Reindexing would be necessary.
  1515.  
  1516. o   Made the message index RMB popup menu's PRINT submenu a conditional
  1517.     cascase (menu with boxed-arrow).  This now honors the Printer
  1518.     Setting's page RMB option box.  Clicking on "Print" will take the
  1519.     default action defined on this page.
  1520.  
  1521. o   Outbox's Save Address menu now works correctly.  It was bringing up
  1522.     the rebuild index confirmation dialog.
  1523.     
  1524. o   Added READ, UNREAD and REPLIED to the outbox/folder index RMB menu's
  1525.     "Mark As" sub menu.  NOTE that these operations will only work on
  1526.     INCOMING messages, and SENT, UNSENT will only work on Outgoing messages.
  1527.     For example, Marking an Incoming message as sent will be ignored.  
  1528.     However, a folder can contain either type of message, or both.
  1529.  
  1530. o   Freeform filters now will strip any hard linefeeds the user has 
  1531.     entered before saving the filter to disk.  This created problems
  1532.     in the previous version.
  1533.  
  1534. o   Minor revision to the QP conversion in outgoing message headers.  
  1535.     Spaces were sometimes misplaced as defined in the RFC for QP in
  1536.     headers.
  1537.  
  1538. o   Message viewer/editor, Edit->Write to file option now works as it
  1539.     was supposed to.
  1540.     
  1541. o   Login/Logout now locks the POP3 service thread while transitioning.
  1542.     "Leaking" of messages while switching accounts was reported.
  1543.     
  1544. o   Message Editor: Pressing the Delete icon when in a reply-in-progress
  1545.     would result in the original message being deleted, too.  Now it
  1546.     only deletes the reply.
  1547.     
  1548. o   Pressing CLOSE while in a reply-in-progress now honors the "stay on
  1549.     same message after reply" configurable parameter.  This might take 
  1550.     a little getting used to for long-time users.
  1551.     
  1552. o   External Editing now does a better job of creating file names unique 
  1553.     for the current window.  There's still a bug with the OS/2 IPC Queue
  1554.     mechanism that I can't get right (messes up when doing multiple,
  1555.     simultaneous external edits)
  1556.  
  1557. o   Ok, I figured out the "bug" with OS/2's DosStartSession and Queues.
  1558.     I now have a new "session manager" thread that does nothing but 
  1559.     manages external sessions.  Multiple editor sessions work nicely
  1560.     now, as will any other external viewer window when needed.
  1561.     
  1562. o   Display of Group addresses chopped strings at 32 chars.  Fixed.
  1563.  
  1564. o   Printer Setup selection dialog selected the wrong "current" printer
  1565.     sometimes.  It matched the "current" printer by LPT port, which
  1566.     could have picked the wrong printer when two printers shared the same
  1567.     port.  Changed the headings on this form to reflect the *real* data
  1568.     displayed.
  1569.  
  1570.  
  1571. Changes included in v1.00
  1572. ---------------------------
  1573. I fixed so many things, so fast, without writing them down, that my 
  1574. change list is not worth listing.
  1575.   
  1576. Official Release v1.0.  
  1577.  
  1578. Trying to remember the changes:
  1579.  
  1580. o   Added user preferences:  DEL key active in viewer, Show account
  1581.     in title.
  1582.     
  1583. o   Printing in text editor, both draft and formatted.  Printing
  1584.     now can use real Courier font, and accomodates backslashes.
  1585.  
  1586. o   Pick Address now includes group entries.
  1587.  
  1588. o   Welcome message now pops into inbox on first load.
  1589.  
  1590. o   Pop3 "wrong password" will prompt you again until you get it right :)
  1591.  
  1592. o   Detach files now preserves message window state (position in 
  1593.     particular).
  1594.     
  1595. o   Inbox and Outbox RMB popup menus filled in.  Still no demand filtering,
  1596.     but marking as read/unread, detaching files, and saving addresses to
  1597.     address book/group/file now works.
  1598.     
  1599. o   New "pick group" form used in saving address prompts.  Includes "new"
  1600.     button.
  1601.     
  1602. o   Closing a folder now protects against lost data.
  1603.  
  1604. o   Group maintenance:  group pick button removed as pick address book now
  1605.     includes groups.  Also, European names in tags work correctly.
  1606.     
  1607. o   Extra garbage in quote-paste cleaned up.
  1608.  
  1609. o   Updated help file (still work-in-progress)
  1610.  
  1611. o   Hid some buttons/switches that weren't being used but causing 
  1612.     some confusion.
  1613.  
  1614. o   Other items fixed as they were reported:  Filter problems come to
  1615.     mind (boolean algebra and unquoted phrases).
  1616.  
  1617.  
  1618. BETA Program change log:
  1619.  
  1620. Changes included in v0.99z1
  1621. ---------------------------
  1622.  
  1623. o   HELP!  No, HELP TEXT!  This is still work-in-progress, but there is 
  1624.     much more real text than there was!
  1625.  
  1626. o   Font option from main notebook can be used to change message list
  1627.     font.  A few problems setting initial font ... 
  1628.     
  1629. o   Web/Speller RMB invocations will now work when cursor is at the
  1630.     END of a word.
  1631.     
  1632. o   Mr2files.txt is now included (was missing).  These are instructions
  1633.     on how to get the speller and thesaurus addons.  If either of these
  1634.     is invoked and the files aren't there, the instructiosn pop up.
  1635.     
  1636. o   All RMB speller options should be active.
  1637.  
  1638. o   Template maintenance and managner object massively rewritten.  It is
  1639.     now possible to add a new template and *should be* safe to edit 
  1640.     existing templates <grin>.
  1641.     
  1642. o   Many utility maintenance lists now have up/down arrows for moving an 
  1643.     items position in the list.  These function only in filters and
  1644.     templates.  The others will probably have these buttons hidden.
  1645.     
  1646. o   To, Cc and Bcc form fields now can hold a max of 2048 chars, as can
  1647.     the address book field for address(es).  Hardly usable this long for 
  1648.     normal address maintenance, but it will accomodate larger REPLY-TO-ALL
  1649.     lists this way.
  1650.     
  1651. o   Add a host of new options to the config object, all of which are
  1652.     waiting to me implemented.
  1653.     
  1654. o   Parsing issues with addresses containing commas inside quotes resolved.
  1655.     Also, "address (real name)" parsing left some space.  This has been
  1656.     removed (SMTP sends failing for some servers).
  1657.  
  1658. o   Header searches for fields were semi-case sensitive.  Still.  Fixed.
  1659.  
  1660. o   Icon changed.  I'll be playing with all of the contributions.  The
  1661.     one I build was made different for each resolution.  Thanks everybody!
  1662.     
  1663.  
  1664.  
  1665. Changes included in v0.99z
  1666. --------------------------
  1667. NOTE:  Secant's POP3 Server was released 4/28/96.  If you are 
  1668. interested, see http://www.secant.com.
  1669.  
  1670. o   In the previous release but not documented:  Reply to all is now
  1671.     an option when using the RMB within the TO and/or CC fields.  This
  1672.     function MAY choose to use both fields (To and CC) to distribute
  1673.     the addresses, depending on the size of the list.
  1674.  
  1675. o   HUGE speedups in tcpip operations.  In particular, receiving and
  1676.     sending mail.  I was using silly-size tiny buffers.  Not any more!
  1677.     More noticable on large messages and/or faster connection speeds,
  1678.     but faster overall regardless.
  1679.  
  1680. -   NOTE that as an "advanced option", I added a /B command line 
  1681.     parameter to allow control of the buffer size used.  The default
  1682.     is now 20K (512 bytes previously :).  Specifying /B32000 gets you
  1683.     a larger buffer and /B512 gets you the old "tiny buffers".  Value
  1684.     is forced between 512 and 32K.
  1685.     
  1686. o   Speedups on loading.  I spent WAY more time than I wanted to (how
  1687.     typical :) and the benefit was, well, relatively minor.  I shaved
  1688.     tenths of a second off of here and there.  I may have saved
  1689.     4-5-6 seconds of load time on my loaded-with-messages 486DX33.  
  1690.  
  1691. o   Context Menus reworked.  Some parts may not yet be functional.
  1692.     I disabled most non or partially working items.  Reply and Forward
  1693.     work but need some input.  How should these work?  I may add a 
  1694.     "quick reply" and a "quick forward" that jumps right into the
  1695.     reply w/out hesitation.  Hmmm.  Wonder what edit-header-before
  1696.     turned off would do ...
  1697.     
  1698. o   I removed the message header from draft printing and left the summary
  1699.     header.  Also, time now should print on both types of messages 
  1700.     using the OS/2 settings for time.
  1701.     
  1702. o   MR/2 will no longer hog the CPU (and effectively lock up) when it
  1703.     is dragged partially off the screen.
  1704.     
  1705. o   Color dialog has a pushbutton for "default" which will set the
  1706.     original EDITBOX colors for the viewer and editor.
  1707.     
  1708. o   External Editor specification will now allow for exact placement 
  1709.     of the file-to-edit, allowing parameters AFTER the file name.  Use 
  1710.     a "%s" to designate where in the command string to insert the file 
  1711.     name.  If %s is not found, the file name is simply appended to the 
  1712.     end of the command line (as it did in previous versions).
  1713.     
  1714. o   Address parsing now handles nested parenthesis.
  1715.  
  1716. o   Modifying the header of messages with long addressed would crash.
  1717.     Fixed.
  1718.     
  1719. o   Filters and real-time text searches: Phrases containing spaces no
  1720.     longer have to be enclosed in double quotes to be handled correctly.
  1721.  
  1722. o   Printer Settings has a default for new RMB print menu parent item.
  1723.     AND, the printer setup button is functional on this form, as well
  1724.     as in the RMB popup menus.
  1725.     
  1726. o   Not that help exists ... yet <grin>, but the help engine now will
  1727.     bring up help panels when in the SETTINGS notebook window.
  1728.     
  1729. o   Modified the printing DLL slightly to try and eliminate the extra
  1730.     EOJ formfeed with some drivers.  Seems it didn't work, but I'll
  1731.     keep the change.
  1732.     
  1733. o   Minor change that prevented resending of INCOMING messages that 
  1734.     have been moved to folders (sounds weird, but I do it often :).
  1735.  
  1736. o   MailTo.exe had a problem with message bodies > 32K (as I tried to
  1737.     the body as one packet, and tcpip limits packet size to 32K.  Fixed.
  1738.     
  1739. o   Improvements to broken connections on receiving from POP3.  I have
  1740.     a little more to do, but I do understand what's going on now.
  1741.     A broken connection will result in the poll for mail to stop.
  1742.     The polling will attempt to start at the SAME message next time.
  1743.     
  1744.  
  1745. Changes included in v0.99y
  1746. --------------------------
  1747. Short list this week.  I have more code to show than this <grin> but 
  1748. none of it ready for prime-time.
  1749.  
  1750. o   Quoting messages is MUCH faster.  More notable on long messages,
  1751.     but faster overall.
  1752.     
  1753. o   I made the = key mean the same thing as a + in the viewer (next
  1754.     message), as I saw someone pointing out that a PLUS is a shifted
  1755.     key on keyboards with no numeric keypad.
  1756.     
  1757. o   Printing DLL upgrades for real this time :).  Better paper size
  1758.     matching to printer driver sizes.  Fixes 107 errors.
  1759.     
  1760. o   Reply-to garbage in header on new messages (affected only those with
  1761.     no reply-to set).
  1762.     
  1763. o   I added dozens of small optimizations.  None of them seems to have
  1764.     amounted to much, but they're there.  Perhaps enough of these and
  1765.     we'll slowly see a difference.
  1766.     
  1767. o   You can now force a particular code page for translations to/from
  1768.     your machine.  I'm not sure if this is really what's needed, but 
  1769.     it was very easy to do and *might* help in the cases where a 
  1770.     keyboard/video translator is installed.  To force MR/2 ICE to 
  1771.     *think* you are using CP866, for example:
  1772.     
  1773.         mr2i /C866
  1774.  
  1775.  
  1776. Changes included in v0.99x
  1777. --------------------------
  1778. Release date for MR/2 ICE v1.0 will be May 8, 1996.
  1779.  
  1780. Mailing List add-on package will be available later today, 4/17.  We'll
  1781. call it an "early beta", even though it's working for me.
  1782.  
  1783. o   Enhanced msgutil.cmd, mostly by using all the code supplied by
  1784.     Jason Gottschalk <os2@tir.com> :).  I took his whole code structure
  1785.     and added in his "unpack AND view" code.  I did pull out many of
  1786.     the hard-coded executable names and moved them to the front where
  1787.     they can be more easily reconfigured.
  1788.     
  1789.     CTRL-F1 will now create an attached directory if one does not
  1790.     exist.  It will attempt to run munpack AND xbin against the 
  1791.     current message.  These will either need to be in your path OR
  1792.     in the attached subdirectory of MR/2 ICE (get them from my web page).
  1793.     THEN, in its default form, the script will attempt to run a viewer
  1794.     against the resulting file IF it matches a predefined set of file
  1795.     extensions.  It's Rexx, so it's easily extended!
  1796.     
  1797.     Thanks, Jason.
  1798.  
  1799. o   Additionally, msgutil.ccc has been renamed to msgutil.org and if
  1800.     you do not have a copy of msgutil.cmd in use, msgutil.org will be
  1801.     copied to msgutil.cmd.  You will need to copy the file over by hand
  1802.     if you want the new copy and hae been using this feature.
  1803.     
  1804. o   Modified printer.tf for "variable margins".  Should print better on
  1805.     A4 tray systems.
  1806.     
  1807. o   Printer DLL updated (equivelent to cpdll.zip patch released earlier
  1808.     in the week).  This should fix MANY of the recently created printer
  1809.     problems.
  1810.  
  1811. o   Message lines starting with the period character are now sent and
  1812.     received properly.
  1813.     
  1814. o   Folder sort order is now preserved when reindexed.
  1815.  
  1816. o   Attribution line does not appear in reply if "no quoting" is selected.
  1817.  
  1818. o   The crash caused by use of the /X comand line argument has been fixed.
  1819.  
  1820. o   Fixes to the MIME headers when using BCC's.  Also, MIME headers were
  1821.     being produced with the incorrect CTE types of 7-bit and 8-bit.  Now
  1822.     correctly uses 7bit and 8bit.
  1823.  
  1824. o   More code to deal with improper blank lines in the message header that
  1825.     previously would result in blank or incomplete index listings.
  1826.     
  1827. o   Duplicate header problem with external editor AND edit headers option
  1828.     resolved.
  1829.     
  1830. o   When forwarding, the subsequently re-editing the header, the 
  1831.     reply-to line would be removed.  Fixed.
  1832.     
  1833. o   One more SMTP open step added.  If all else fails, a low level 
  1834.     connection is forced with port 25 (bypassing services file).  This
  1835.     solved at least one strange problem :)
  1836.     
  1837. o   Opening of large messages is now faster by a dramatic margin.  
  1838.     I may still have a little more I can do, but this was a big leap.
  1839.     
  1840. o   Saving of large messages is also now massively faster.
  1841.  
  1842. o   Ha!  I found the problem where To/cc/bcc lines would get truncated
  1843.     at 160 or so characters.  You could add up to 512 chars when first
  1844.     editing the header, BUT, if you reedited the header, it would get
  1845.     chopped.  This was deep inside the ObjectPM core, and I removed the
  1846.     limitation.  In fact, I also discovered that 512 bytes IS NOT 
  1847.     the limitation of the OS/2 Edit field as I had thought.
  1848.  
  1849.     MR/2 ICE now supports address collections of up to 1024 characters
  1850.     per field.  That's roughly 30 well-formed (full, with real names)
  1851.     addresses.  By using the To and CC fields, 60 addresses can easily
  1852.     be handled; double that if real name comments are not important.
  1853.     This is the way it will remain for now, with the option of using a 
  1854.     distribution list available for longer lists (but the distribution 
  1855.     list is not displayed in the message).
  1856.     
  1857.     There may be more room to play here, but I still want to spend more
  1858.     time with this issue.  The situation is at least "much better" until
  1859.     that happens.
  1860.     
  1861.     I also adjusted the address book's address field to allow 1024 bytes
  1862.     to accomodate a maximum address list.
  1863.     
  1864. o   Changing accounts now corrects status line message counts.
  1865.  
  1866. o   When an external edit session is started, a ".Type" attribute is
  1867.     of "Plain Text" automatically assigned to the message file.  This 
  1868.     will save a step or two when using the E editor :).
  1869.     
  1870.  
  1871.  
  1872. Changes included in v0.99w
  1873. --------------------------
  1874. A big THANK YOU to all of those mentioning MR/2 ICE in newsgroups and
  1875. BBS conferences.  The ICE Mailing list is up to 250 users, volume is
  1876. still high, but not as bad as the first couple of days.  I'd say 60-100
  1877. messages a day? <grin>.
  1878.  
  1879. I'll make the mailing list code available next week.  I should also have 
  1880. some enhanced REXX stuff.  More donations, but not in time to include
  1881. with this release :)
  1882.  
  1883. o   Filters enhanced.  I've opened up the REXX and Special options.
  1884.     Minimal testing, but they SEEM to work.  
  1885.     
  1886.     The example file testmail.ccc is provided as a simple example of a 
  1887.     rexx test.  I'm still researching the rexx interface, but for now, 
  1888.     I'm using a kludge to return the results from rexx (Rexx is being 
  1889.     called from a cmd.exe session). If the file "mr2_rexx.$$$" is 
  1890.     created by the named script, the message is assumed to match.
  1891.     
  1892.     SPECIAL includes tests for message size, line count and attached
  1893.     files.
  1894.     
  1895.     Autoreply is now functional.  You must specify a template section 
  1896.     to use in creating the auto reply.  This is tricky, since you cannot
  1897.     create a new reply template from within ICE, yet.  Sorry.  It's an
  1898.     easy edit, tho ... edit your mr2i.tf and splice in the lines from
  1899.     mr2iorg.tf.  If you haven't customized your mr2i.tf file, you can 
  1900.     simply copy mr2itf.org to mr2i.tf and be all set.  Currently, 
  1901.     autoreplies are added to the outbox for sending, but deleted on send.
  1902.     I'm considering some options here.
  1903.     
  1904.     MR/2 added a header value for AUTOREPLIES as an aid in preventing
  1905.     endless loops of auto-replying.  Any filter that auto-replies should
  1906.     test for the existence of "X-AutoReply: Yes" and NOT autoreply if
  1907.     found.  Filter like: (whatever) & !{H:X-AutoReply}"Yes".
  1908.     
  1909.     ... Autoforward is next.
  1910.  
  1911. o   Printer setup lockup fixed.
  1912.  
  1913. o   Search/Replace lockup.  It doesn't lock up anymore.  Replace all
  1914.     works, replace one-at-a-time is still bad (but harmless).
  1915.     
  1916. o   Several problems with editing externally on-demand fixed.  Also fixed
  1917.     bug when editing header AFTER and cancel was pressed.  It now keeps
  1918.     you in the message with all of your text :)
  1919.     
  1920. o   Message are saved to disk with CR/LF's, and subsequently sent out 
  1921.     this way. (helps with some rare SMTP servers that require this)
  1922.     
  1923. o   Incoming messages.  Insertion into open folders was horribly slow. 
  1924.     Fixed (ok, it's at least MUCH better :).  Also, fixed another place 
  1925.     where index was being updated unnecessarily on message open.  I see 
  1926.     some other areas that can be improved ... I'll address these as we
  1927.     move along.
  1928.     
  1929. o   Fixed several small bugs with QP conversions.  Outgoing header
  1930.     translations for hi-ASCII values are performed.  Still a few items I
  1931.     want to add, but this is about done.
  1932.     
  1933. -   Also, I believe I've made QP working with the external editor options
  1934.     correctly.  ALTHOUGH, if you edit an "incoming" message externally,
  1935.     it WILL NOT be translated from QP nor from the source char set.
  1936.     This is the way it will work ... I should show, tho, outgoing messages
  1937.     (modifiable) in "readable" form when editing externally.
  1938.  
  1939. o   New sort option for message index: Message status.  Sorts in unread, 
  1940.     read, replied, unsent, sent order.
  1941.     
  1942. o   Right Mouse Button (RMB) popup menu in message indices now has a 
  1943.     "select to" entry.  Click on a startng message, find an "end" message,
  1944.     RMB->Select-to.  Highlights these two message and all message between 
  1945.     the two.
  1946.     
  1947. o   Spelling checker now takes into account your own quote string when
  1948.     deciding which text is quoted (and should not be spell-checked).
  1949.     
  1950. o   Bugs with several menu items crashing when invoked on "new message".
  1951.  
  1952. o   Template file would not be referenced if "edit headers before" was
  1953.     not checked.  Fixed.
  1954.     
  1955. o   Opening 7-8 folders at once would crash.  Fixed.
  1956.  
  1957. o   The CheckInstanceExists() routine now uses the full path of the
  1958.     running MR/2 when testing.  This allows for multiple copies of
  1959.     MR/2 ICE without specifying mail configs, as long as they are
  1960.     based in different directories.
  1961.  
  1962.  
  1963.  
  1964. Changes included in v0.99v
  1965. --------------------------
  1966. I release this with a small bit of hesitation.  There has been some 
  1967. discussion of problems with the new build of the support DLL's,
  1968. which I have chosen to use.  If there are too many problems, I will
  1969. offer a separate version linked with the "old" DLL's.
  1970.  
  1971. o   Outgoing MIME Quoted Printable and CTE Character set conversions.
  1972.     Your choice of 9 outgoing ISO sets, or US-ASCII.  Other options.
  1973.     (See new settings page).  Conversion of header strings is not in,
  1974.     yet, but will be quickly.  [Incoming conversions have been in place
  1975.     for awhile now].
  1976.     
  1977. o   New Settings page "Advanced features" ... MIME QP options and
  1978.     settings for Web Explorer and FTP commands spawned from Right
  1979.     Mouse Button (RMB) inside viewer/editor.
  1980.     
  1981. o   More Filter options started, but I disabled the controls for these
  1982.     again, as I didn't get to finish them.  They're next.
  1983.  
  1984. Fixed dozens of smaller bugs:
  1985.  
  1986. o   Last character of formatted print output chopped.  I cannot find
  1987.     the reason for the extra formfeed some users are experiencing.
  1988.  
  1989. o   Edit Externally did not always save current work to file 
  1990.     before spawning editor.
  1991.     
  1992. o   The UUDecode logic would loop forever on error or if no attached
  1993.     uuencoded file existed.  Path prefixes are stripped (better) from
  1994.     embedded file names.
  1995.     
  1996. o   I've added an experimental area in the title bar for account
  1997.     name.
  1998.     
  1999. o   Stabilized the threads a bit so that "false starts" should no
  2000.     longer occur.
  2001.     
  2002. o   Modified cleanup code on exit so that threads all commit suicide.
  2003.     This seems to have fixed the "failure to exit" bug.
  2004.     
  2005. o   Minor address book and group address book issues fixed.
  2006.  
  2007. o   Made subjects prefixed with "Re: " logically equivelent to "Re:".
  2008.  
  2009. o   Network Settings: modified the FROM and REPLYTO fields to have
  2010.     mnor validations.  Also modified the initila import of TCPOS2.INI
  2011.     data to guess better at the FROM string.
  2012.     
  2013. o   Creating a new user profile failed to add this to the "valid" list,
  2014.     so logging on with that name was not possible until you exited and
  2015.     reentered.
  2016.  
  2017. o   Folders now reset the "new" count to zero on close.
  2018.  
  2019. o   Printer errors now display to the user with a popup window.
  2020.  
  2021. o   Text searching and body-text oriented filters were broken.  Fixed.
  2022.  
  2023. o   Logging off sometimes messaged up the current INI.  Fixed.
  2024.  
  2025. o   Logging into a new account would leave empty grey area on right.
  2026.  
  2027. o   Split screen editor now allows "header" button to work correctly.
  2028.  
  2029. o   Cell boxes for outbox and folder index will now remember fonts
  2030.     dropped on them.
  2031.  
  2032. o   STILL NEW!! An MR/2 ICE mailing list.  Send email to 
  2033.     mr2ice.list@secant.com with a subject of SUBSCRIBE.  Discussions
  2034.     of MR/2 ICE bugs, problems, solutions, tips and tricks!
  2035.  
  2036.  
  2037. Changes included in v0.99u
  2038. --------------------------
  2039. NEW!! An MR/2 ICE mailing list.  Send email to mr2ice.list@secant.com 
  2040. with a subject of SUBSCRIBE.  Discussions of MR/2 ICE bugs, problems,
  2041. solutions, tips and tricks!
  2042.  
  2043. NOTE, LAST TIME!:  If you've registered MR/2 ICE and are not getting 
  2044. email notifications of new version (and want them, I guess), please 
  2045. drop me a note specifying your serial number, real name and email 
  2046. address.
  2047.  
  2048. I may actually wait TWO WEEKS for the next update.  I want to track down 
  2049. some strangeness, and keeping the same released code out longer may 
  2050. help.  Not sure yet, but just to prepare you!  For those getting the 
  2051. occassional SYS3184 (devide by zero), please report the crash address 
  2052. again. I will keep an EXACT DEBUGGING COPY of version U around for the 
  2053. purpose of finding this one.
  2054.  
  2055.  
  2056. o   That anoying "beep" and hour-glass cursor often when opening a 
  2057.     message?  Gone!
  2058.     
  2059. o   Message viewer Tools menu now enabled External Editor for read-only 
  2060.     messages.  Changes saved to disk (e.g., to incoming messages) *are* 
  2061.     reflected in the message window.  For PGP users and other folks 
  2062.     wishing to edit incoming mail for whatever reason (I need it on 
  2063.     occassion :).
  2064.     
  2065. o   Some Quoted-Printable character translation bugs fixed.  
  2066.  
  2067. o   Addresses with commas inside comments (parenthesis) failed.  Fixed.
  2068.  
  2069. o   Most import text/save text standard file dialogs now remember there
  2070.     previous paths and file names.  By request :)
  2071.     
  2072. o   Blank message may now be sent.  MR/2 had trouble with these before.
  2073.  
  2074. o   Ooops, BMT Micro's phone under "help" was listing their FAX number.
  2075.  
  2076. o   Printer template: modified big time.  Played with the footer spacing.
  2077.     Added some new @variables.
  2078.     
  2079. o   Printer Settings page revamped.  Now has Paper Size, simple font
  2080.     and font size selection.  NOTE that I still have some work to do
  2081.     with right margins (A4 paper size still has Letter size's right
  2082.     aligned headings), but this is minor.
  2083.     
  2084.     So, the special A4 template I sent to some of you is obsolete,
  2085.     use the printer.tf file supplied in this release, and set your
  2086.     paper size to A4 in Options->Settings->Printer.
  2087.     
  2088. o   Almost forgot!  By request, and something I've needed myself.
  2089.     Support within viewer for "Move to folder, Next/Prev message".  
  2090.     Navigate menu shows these options with keyboard connections to
  2091.     CTRL+UP and CTRL+DOWN.  No toolbar icons or menu quick-folder 
  2092.     lists, but I should get to these soon.
  2093.  
  2094. o   Modified the print thread to delay in starting.  There was a 
  2095.     hint that this thread might be involved in the exit-while-loading
  2096.     problem.  You won't be able to print for the first 4 seconds ICE
  2097.     is running :)
  2098.  
  2099. o   Minor revision to msgutil.ccc, prompted by Jason Gottschalk's 
  2100.     <os2@tir.com> post to the MR/2 ICE mailing list.  Ctrl-F3 has
  2101.     been made to support viewing of HTML embedded within a message.
  2102.     I only stole a small part of his code (with permission, of 
  2103.     course!) but like his code layout better than mine and will model
  2104.     the next release after that.  Thanks Jason!                
  2105.  
  2106.  
  2107.  
  2108. Changes included in v0.99t
  2109. --------------------------
  2110. NOTE, AGAIN!:  If you've registered MR/2 ICE and are not getting email
  2111. notifications of new version (and want them, I guess), please drop
  2112. me a note specifying your serial number, real name and email address.
  2113. OS/2 Shareware's system does not provide an email address, and I sometimes
  2114. miss the BMT Micro carbon copies (but do get email addresses later).
  2115.  
  2116. o   More printing issues.  Polling my list of registered users, we came 
  2117.     up with a majority confirmation that long descriptions passed to 
  2118.     various drivers caused trouble.  I've fixed a limit of 40 chars to 
  2119.     spooled file descriptions (detail printer view document 
  2120.     descriptions). This should help tremendously.  Some other printing 
  2121.     changes ... I'm hoping to hear of great results, but I assume I'm 
  2122.     not quite done yet.
  2123.     
  2124.     NOTE:  Form change dialogs.  I added these in and expect some of the 
  2125.     remaining problems to be with these.  If the driver knows you last 
  2126.     printed on Legal paper, or on Envelopes, the Job Properties dialog 
  2127.     will pop up.  There still seems to be a problem here (it still 
  2128.     doesn't print after changing the settings) and I am looking into 
  2129.     this.  If this message comes up, try setting the properties outside 
  2130.     of ICE, then reloading and printing again.  BTW, the default paper 
  2131.     size is LETTER for printed messages.  I am curious as to if this 
  2132.     causes problems for European users.  Let me know and I will try to 
  2133.     address them.
  2134.  
  2135.     UPDATE: I modified things a bit at the last minute <oh no! gasp> and 
  2136.     the popup job properties seem to be recognized now.  We'll see.
  2137.     
  2138. o   Modified printer.tf some.  Removed the $HEADER dump of raw headings, 
  2139.     cleaned up spacing and alignment a bit.
  2140.     
  2141. o   Sorry.  I had inserted a new formatting loop in versions S/S2 that 
  2142.     was invoked on pressing the SEND button.  Very slow, very 
  2143.     inefficient. Caused long message (e.g., attachments) to slow so 
  2144.     badly that you would think the system was locked.  Fixed (rewritten, 
  2145.     then written in assembler).
  2146.     
  2147. o   Printer settings use the same code in all 3 places it can be 
  2148.     invoked.
  2149.  
  2150. o   Added some code to the HELP menu for "Registration info" and added a 
  2151.     new "View read.me file" option.  Works OK, except I now realized 
  2152.     that the internal editor has no print capabilities (can't print the 
  2153.     registration form!) so it still needs some work.
  2154.     
  2155. o   Yes, I fixed several tiny bugs, but I can't recall them at this 
  2156.     time. Humph.  I'm getting old :)  Most of the focus *was* on 
  2157.     printers, tho, and now that I'm close on this (I think?), I'll spend 
  2158.     less time on it and get some other stuff done.
  2159.  
  2160.  
  2161. Changes included in v0.99s
  2162. --------------------------
  2163.  
  2164. NOTE 1:  If you've registered MR/2 ICE and are not getting email
  2165. notifications of new version (and want them, I guess), please drop
  2166. me a note specifying your serial number, real name and email address.
  2167. OS/2 Shareware's system does not provide an email address, and I sometimes
  2168. miss the BMT Micro carbon copies (but do get email addresses later).
  2169.  
  2170. NOTE 2:  Groups.  I'm working on some instructions, as this is creating
  2171. much confusion.  At the same time, I'm thinking about ways to improve
  2172. this.
  2173.  
  2174. Printing took an incredible amount of time this week.  QP, configuration
  2175. issues (Explorer, ftp, code pages, etc) and the a blitz on RMB menus are
  2176. next; lots of great ideas!
  2177.  
  2178. o   Printing?  I believe it's fixed ... at least the BIG problem with
  2179.     formated printing.  It turned out to be a driver-specific problem,
  2180.     which I knew before but couldn't place any logic behind it.  I have
  2181.     an office HPIII and HP4Plus that work perfectly.  Others had HP's 
  2182.     that wouldn't.  It all depended on how the driver handled a 
  2183.     seldom-used FORM specification.  This parameter is usually ignored, 
  2184.     so it is now removed and I've managed to print to my collection of
  2185.     dot-matrix test drivers.
  2186.     
  2187.     IF YOU STILL have a problem with formated printing, please let me
  2188.     know.  I'd like to know the version of WARP you are using (I've
  2189.     found that this matters in this case), the printer driver used, and
  2190.     and trap address and source.  I NEED ONLY the address as in 
  2191.     "generated an access violation at xxxxxxxx" and the module (MR2I.EXE,
  2192.     PMSPL.DLL, etc).
  2193.     
  2194. o   Other printer additions: settings.  The "Other port" option for draft
  2195.     printing has been enabled.  You can now specify any weirdness you want,
  2196.     although error checking is at a bare minimum.  Specified file/device
  2197.     is opened in "append text" mode.
  2198.     
  2199.     Also, a new draft setting that controls the end-of-print form feed.
  2200.     Sometimes it's needed, sometimes it produces a blank page.  Now you
  2201.     can pick which one you want.
  2202.  
  2203. o   I added some code to make printer selection persistent.  Testing will
  2204.     be very limited, and I'll know quickly if something doesn't work.  
  2205.     It's simple enough, tho.
  2206.     
  2207. o   The formating problem with outgoing text has been fixed.  It had
  2208.     to do with left over LF's, usually in pasted text whose lines were
  2209.     previously wrapped longer that MR/2's wrap column.
  2210.     
  2211. o   The Message viewer window now has a menu entry for 
  2212.     "Edit->Copy message file name".  This copies the fully qualified
  2213.     file name for the current message to the clipboard.
  2214.     
  2215. o   Minor bugs:  Auto-split window should now work when replying from
  2216.     a folder.
  2217.     
  2218. o   I tried to switch the filter system's REXX stuff to not load
  2219.     the command processor by calling RexxStart() directly.  Still
  2220.     needs work.
  2221.     
  2222. o   Ctrl-Fkey invoked REXX functions ... oh well, I didn't get a chance 
  2223.     to finish for this release.  Basically, a REXX file is invoked with 
  2224.     a key code and the file name, so you can do ANYTHING you want, 
  2225.     including detaching binhex and mime attachments.  This isn't what 
  2226.     I'll depend on for this ... it's just an escape for "special 
  2227.     processing". There's a msgutil.ccc file that can be renamed to a 
  2228.     cmd.  UNDERSTAND, please, that this whole thing may be reworked in 
  2229.     the next release. Consider it a toy/prototype at this time.  Ctrl-F9
  2230.     is not processed, Ctrl+F1->F12 are available other that that.
  2231.     Stay tuned.
  2232.     
  2233.     
  2234.  
  2235. Changes included in v0.99r
  2236. --------------------------
  2237. March is almost here.  I have committed to release a v1.0 sometime in
  2238. this month, and it is important to do so.  This will undoubtable mean
  2239. that v1.0 will not have all of the features on my to-do list.  That 
  2240. list has been growing at a fast pace, and some long-time entries have
  2241. not yet been addressed.
  2242.  
  2243. Releasing a v1.0 is a mere formality to me ... work will not cease, and
  2244. I will continue to upgrade the product quickly.  I'm pushing it with
  2245. once-a-week releases, I will probably drop back to every 2 weeks, with
  2246. "specials" in between, when warranted.
  2247.  
  2248. I anxiously await the release of the two major competitors' updates.  Right
  2249. now they have a bit of an advantage, as my work is out in the open and 
  2250. there's still a bit of mystery as to what to expect from "them".  I can't
  2251. wait to have some visible and relatively static new targets :).  And there's
  2252. the key ... I do not believe that the competitors can maintain the pace
  2253. that I intend to keep.  Only one has the resources, but they also have the
  2254. most overhead.  We'll see.  It will be interesting.
  2255.  
  2256. Rest assured.  If you see a v1.00, v1.01 will be out in another week or
  2257. two, v1.02 shortly after that.  That's how I've reached a version level of
  2258. 2.26 with the QWK reader, usually at a .01 release at a time :)
  2259.  
  2260. I've been beating back bugs.  Lot's of them.  Again, not documenting too 
  2261. well:
  2262.  
  2263. o   Editing template sections is now more reliable.  Problems with changing
  2264.     the size of a section have been fixed.
  2265.  
  2266. o   TCP/IP updates w/regards to SMTP sends ... minor bug with one 
  2267.     user's host.  Some other changes with POP3 receives and odd packet
  2268.     sizes.
  2269.  
  2270. o   Replies crashing on send from folders AND navigation being disabled
  2271.     upon incoming mail.  This was a tricky one to fix, but I believe it's
  2272.     reliable now.  When a message was being copied/moved to a folder
  2273.     (including the copies done by incoming filters), the entire folder
  2274.     index was reloaded, invalidating the previously loaded memory image
  2275.     of any one that was open.  Fixed.
  2276.  
  2277. o   Ah.  I have dusted off my assembler books.  MR/2 ICE now includes 
  2278.     two small assembler routines for manipulating message contents.  
  2279.     This code was applied to some new areas, so existing code will not 
  2280.     increase in speed.  However, I see many places where things can be 
  2281.     made snappier with some assembler applied.  I will start to do this 
  2282.     over time, probably more realistically AFTER v1.0.  I once wrote a 
  2283.     database code generator and report writer (under CTOS/BTOS)  that 
  2284.     blew away all the competition w/regards to speed (and features, too 
  2285.     :).  I accredited the speed to a small core set of assembler 
  2286.     helpers.  I will apply the same technology to MR/2 ICE.
  2287.     
  2288. o   ALT-Q, paste with quote, now wraps better (by removing previous line
  2289.     breaks).
  2290.     
  2291. o   Minors:  RMB invocation of explore.exe will clean up URL's better.
  2292.     Updated the default template file for forwards.  Preparing for the
  2293.     support of selectable sigs and secondary-account specific support
  2294.     files.  Edit menu would disable entries when switching "back" to 
  2295.     the source message ("<" button) that were never reenabled.  Fixed.
  2296.     New reply-time variable: @SignatureFile@ that doesn't yet have
  2297.     a use :)  Spell checker buglets, a couple accelerator issues, etc.,.
  2298.     
  2299. o   POP receives.  Yet another strange case where lost data occured was 
  2300.     plugged. This was due to a connection disconnect and a subsequent 
  2301.     hurried closing if ICE my the user, but it still had ugly results.  
  2302.     This effected PURGE mode only.  I have cleaned up the warning 
  2303.     message so as not to invoke unneeded panic and fixed it so that the 
  2304.     same actions will not lose messages.  NOTE that I have also removed 
  2305.     a "cleanup by purging old messages" loop that may result in dupes.  
  2306.     Maybe.  Better this than lost data, IMO.
  2307.     
  2308. o   Oh, yes!  Almost forgot (Cheryl :-).  I added persistence when 
  2309.     dropping a font on the INBOX.  If this works OK, I'll add 
  2310.     it to the others. This is a test ... colors are pending, but 
  2311.     dragging a font to the inbox should "stick".  There are some kinks, 
  2312.     most w/regards to non CP850 fonts that will be fixed next release.
  2313.     
  2314. o   I have added some code to Filters that enables a REXX script to be 
  2315.     executed upon a filter match.  This is preliminary and spawns a 
  2316.     command shell for now, until I rework it.  I also have an example 
  2317.     script that I will use to maintain, over time, an automated mailing 
  2318.     list.  The file is provided as maillist.ccc ... you should copy
  2319.     this to a .cmd file.  I will only update the .ccc file, so that 
  2320.     overwriting any modifications you may make will be avoided.  To 
  2321.     invoke this file at this time.  I use this as so:
  2322.     
  2323.         Link to Rexx:   maillist.cmd maillist.lst
  2324.         
  2325.     The mail message file name is appended to this command line and
  2326.     the script is run.  Maillist.lst is the email address list I
  2327.     want to create ... it can vary based on your needs.  Naming the list
  2328.     in this manner allows multiple lists to be supported.  The script
  2329.     support two commands at present, SUBSCRIBE and UNSUBSCRIBE, both as
  2330.     the first word of the subject line.  Obviously this is work-in-progress,
  2331.     but it will fill a long-standing personal need :).
  2332.     
  2333.     You would then use it by defining a group, where the group consist
  2334.     of At Least this file (maillist.lst) as an entry.  I *do* intend
  2335.     on continuing until ICE can work as a list server (receiving posts
  2336.     and routing them to all members on the list).
  2337.  
  2338.  
  2339. GENERAL NOTES!
  2340.  
  2341. 1.  The movement between open folders issue was brought to my attention
  2342.     again just now.  This, after a bit of a rough discussion on Usenet
  2343.     not long ago.  As I explained that I didn't, personally, like PM Mail's
  2344.     setup for folders, I remembered another gadget I had coded to help here.
  2345.     The Windows menu.  Has anyone ever looked at this with a bunch of 
  2346.     windows/folders open?  You should!  It's a quick and dirty index into
  2347.     almost any open and accessible MR/2 Window.  The same menu is on the
  2348.     main notebook as well as each message window.  Editor windows are not
  2349.     listed, but are on my todo's.  Just a subtle "fun fact".
  2350.     
  2351. 2.  Installation over existing setups causes constant concerns.  And 
  2352.     questions.  I have built the ZIP files so that the risk of overwriting
  2353.     user-modified files is slim.  So, USUALLY, it is safe to simply unzip
  2354.     a new distribution set over an existing setup.  I WILL RECCOMMEND, as
  2355.     always, to backup the MR/2 ICE base directory, as a precaution.  This
  2356.     also gives you protection against a newly introduced bug that might
  2357.     render your mail system unworkable.
  2358.  
  2359.  
  2360. Changes included in v0.99q
  2361. ----------------------- ---
  2362. SIMPLE HELP NEEDED:  I would like to see some examples of ISO-8859 based
  2363. messages that are not *-1 or *-2 character sets.  Does anyone receive
  2364. messages in one of the other char sets that can forward a copy to
  2365. nick@secant.com?  Thanks!
  2366.  
  2367. ALSO, I'm looking for suggestions for OTHER ftp sites on which to place 
  2368. MR/2 ICE initially on release.  Places that will benefit large numbers 
  2369. of people and ease the strain on my site.  I'll gladly crosslink my web 
  2370. page to these sites.  Gary Hammer's page would be a great choice, I'll 
  2371. write him, but he's pretty quick about grabbing released anyway! 
  2372. Specifically, a place in Europe would be ideal.  I've had some 
  2373. suggestions, but upon logging into these 2 sites, had no idea where I 
  2374. would even place the files! Just trying to spread things about some, and 
  2375. improve access.
  2376.  
  2377. o   Unsynchronized SEND and RECEIVE threads.  From the beginning, I coded
  2378.     it so you could not do both at once.  Not sure why, but I spent the
  2379.     week with them de-synched and all worked well.  I received messages
  2380.     while waiting for my last MR/2 released notice was going out.  I see
  2381.     even more possibilities here :)
  2382.     
  2383. o   A host of bug fixes ... bugs introduced in the P version.  Sorry!
  2384.     includes /L crashing, Read/check marks having a mind of their own
  2385.     and others.  Once again, I wasn't too careful about remembering them
  2386.     all.  Oh, also the new install blank-page-if-no-data-to-list bug 
  2387.     was fixed.    
  2388.  
  2389. o   Improvements to Multiple Account support.  Passwords now work <again!>
  2390.     as do the menu options for change password and delete profile.
  2391.     Oh, ya, pathing bug fixed when a default profile is created by simply
  2392.     starting with the /Mnewprofile.cfg flag.
  2393.     I've got just a couple minor issues to handle this week to call this 
  2394.     "done".  The biggest issue is how to allow each account to have sigs,
  2395.     filters and templates with the least negative impact on existing setups.
  2396.     A couple of other ideas, too ...
  2397.     
  2398. o   I've created a reindex.exe utility, not included this time but will
  2399.     be next release.  This will aid in the creation of more other-mailer
  2400.     to ICE migration tools, as I've externalized the hardest part of
  2401.     MR/2 ICE messages ... the message index creation.
  2402.  
  2403. o   Printing is still struggling, although I've made headway.  If I can't 
  2404.     close out the largest of the bugs in the next week, I may back off and
  2405.     code up a simpler system, worrying about all the fancy features later.
  2406.     Sorry this has continued on so long ...
  2407.  
  2408.  
  2409. Changes included in v0.99p
  2410. ---------------------------
  2411. I've included the listings for a couple of interrim v0.99o fixes
  2412. in this list, since only a couple of folks collected the patched releases.
  2413.  
  2414. I also didn't do any better with documenting smaller bugs that were
  2415. fixed.  I know I did quite a few.  I should be handling the smaller ones
  2416. more quickly.
  2417.  
  2418. o   Code Pages - I handled Latin-2 conversions, but my libraries always
  2419.     used a CP850 font.  Fixed to honor the systems current CP.
  2420.     
  2421. o   CP conversions STILL weren't done unless quoted-printable was 
  2422.     specified.  Fixed.  Also, "quoted-printable" was tested for too
  2423.     tersely, and was not found if prefixed with too many spaces.
  2424.     
  2425. o   Minor menu disabling for folder index fixes.
  2426.  
  2427. o   Conversion of QP and Base64 codes in message headers.  There are
  2428.     still a few quirks, but they are minor.
  2429.     
  2430. o   Folder indices may now be closed simply by clicking on the "Close
  2431.     Window) icon, third from the left.  It seemed more handy to change
  2432.     the meaning somewhat.  We'll try it and see.
  2433.     
  2434. o   Folder message count fixes.  Again.
  2435.  
  2436. o   More menu items disabled when not appropriate.
  2437.  
  2438. o   Two more viewer navigation options ... open next/previous INDEX search
  2439.     hit.  I'm sure I'll find plenty more of these, and I'll probably add
  2440.     the "delete" versions, too.
  2441.  
  2442. o   Some minor fixes to Multiple Accounts.  I expect to delve into this
  2443.     more this week.  That, and finally, formated printing.
  2444.     
  2445. o   Reworked this read me so that change logs are at the top of the file.
  2446.     The 
  2447.  
  2448.  
  2449. Changes included in v0.99o
  2450. --------------------------
  2451. I had hoped to have more "results" in this release, but the process of
  2452. debugging the printing is still underway.  I understand the problem(s)
  2453. much better, but don't (yet) have concrete, blanket results.
  2454.  
  2455. o   How to say this ... printing sometimes works again :).  If you were
  2456.     able to print formated before, then couldn't, you probably can again.
  2457.     The major problem with formated printing still exists ... but I've
  2458.     narrowed it down.
  2459.     
  2460. o   Miscellaneous filter issues handled ... saving, modifying, initial
  2461.     entry activation.  What's there seems to be stable now.
  2462.     
  2463. o   Folder issues with marking read messages, handling counts, etc.
  2464.     Some fixed, a few more to track down.
  2465.     
  2466. o   Quite a few bugs that I don't remember ... it was one of those weeks
  2467.     where I tried to fix some things as soon as I heard about them, but
  2468.     failed to write them down.  For example:  Web Explorer was launched
  2469.     as a child of MR/2 ICE.  So, exiting MR/2 ICE would close any
  2470.     internally launched WEB links.  Fixed so that WE's are separate 
  2471.     independent session.
  2472.     
  2473. o   Translation cleanups.  ICE now recognizes the MIME quoted-printable 
  2474.     header regardless of the charset and performs escape char translations.
  2475.     
  2476. o   Character set conversions.  I massively rewrote this into the 
  2477.     ultimate conversion engine (IMHO :).  MR/2 ICE now supports 45 
  2478.     code pages / character sets, including ISO-8859-1 thru 9.  It 
  2479.     supports more code pages than standard Warp does at this time, but 
  2480.     I've planned for the future :).
  2481.     
  2482.     No DBCS code page conversion is supported at this time.
  2483.     
  2484.     All MIME ISO headers (1-9) should be properly converted for display.
  2485.     I still have send-side conversions to handle.  I'd like to hear, 
  2486.     either positively or negatively, if display-side conversions are
  2487.     working for you (this goes out to non-US users mostly, I guess!).
  2488.     Is this working OK for you or not?
  2489.     
  2490. o   I've removed the DBCS flags from all ENTRY fields ... pasting should 
  2491.     now work.  Investigating better fixes ...
  2492.  
  2493. o   Multiple Instances of MR/2 ICE may now be started, as long as EACH
  2494.     instance references a different mail configuration file.  This allows
  2495.     the monitoring of different accounts.  For example, if you've created
  2496.     a second "account" to monitor mail at a different ISP, and that 
  2497.     account is called ISP2 (thus, a file ISP2.CFG exists), you can monitor
  2498.     mail for both the "default" account, mail.cfg and ISP 2 this way:
  2499.     
  2500.         start MR2i
  2501.         start MR2i /Misp2.cfg
  2502.  
  2503.  
  2504. Changes included in v0.99n2
  2505. ---------------------------
  2506.  
  2507. o   Filter bugs.  First, I left filtering out of SMTP "read" mode.  Fixed.
  2508.  
  2509. o   Filters would actually NOT filter some messages.  This was due to
  2510.     the unobvious occurence of a name collision.  What this proves is 
  2511.     my filter-error recovery works great (if an error occurs, message
  2512.     stays in the inbox).  I've fixed the name collisions ... I could 
  2513.     explain what happened, but it doesn't matter ... it's fixed.  This
  2514.     problem arose when TWO or more messages filtered within the
  2515.     same second to the same folder.  All but the first one would fail
  2516.     and remain in the inbox.
  2517.     
  2518. o   Filter maintenance ... saves sometimes weren't performed.  Fixed.
  2519.  
  2520.  
  2521. Changes included in v0.99n
  2522. --------------------------
  2523. There is MUCH new code in this release.  Please, save your v0.99m
  2524. executable as a precaution, just in case something doesn't work right
  2525. for you.  Previous MR/2 ICE version are usually available on my ftp
  2526. site in the mr2i sub directory.
  2527.  
  2528. o   Added inbound support for quoted-printable message (simple MIME 
  2529.     messages using the ISO-8859-1 character set).  Display only support 
  2530.     at this time (no outgoing translations).  Messages sent in ISO-8859 
  2531.     with proper headers will automatically be converted to your default 
  2532.     code page.  Only code pages 850,437,860,863 and 865 are supported at 
  2533.     this time.
  2534.     
  2535.     This means that those anoying "=0D" symbols in certain messages should
  2536.     be converted, and hi-end ASCII should display language-specific
  2537.     characters properly.  Let me know how this works ...
  2538.  
  2539. o   Filters?  You bet!  Consider this a "real beta", as this code is all 
  2540.     new and messes with the heart of my email delivery engine.  It still 
  2541.     has worked flawlessly here.  The Filter Maintenance form gives away 
  2542.     many of my ideas, and there were even some I believe to be original!  
  2543.     It all starts under the Utility menu.
  2544.     
  2545.     There are many areas of the Filter form that are disabled, as the
  2546.     code to support them is not there yet.  What you have at this time is
  2547.     a pick of simple or freeform search criteria.  You can copy/move a
  2548.     matching messages into a specific folder, if desired.  You can then
  2549.     choose to keep the message in the inbox or delete it from the inbox.
  2550.     If no folder is specified, and you delete the message, it is the
  2551.     same as "killing" it.
  2552.  
  2553.     Simple searches let you pick the area(s) to test, and a simple keyword
  2554.     or phrase (multiple words inside double quotes!).  Boolean symbols are
  2555.     allowed, but this mode is meant for users having simple search needs.
  2556.     
  2557.     Freeform searches follow the syntax spelled out for text searches, 
  2558.     below (see version L).  This allows for very complex search criteria 
  2559.     to be specified.  For example, it is possible to test a user-defined 
  2560.     header line and match against its content.
  2561.     
  2562.     Only Inbound filters are supported at this time.  You can see from 
  2563.     the other options on the form hints of my intended direction.
  2564.     
  2565. o   Font selection and application to the Message Viewer/Editor.  Certain
  2566.     outline fonts were shown in the font selection pick list, but were
  2567.     not actually used when selection.  This has been corrected, and the
  2568.     Russian font example kindly supplied by a user works just fine :).
  2569.     I also fixed the font selection dialog to display with the currently
  2570.     active font displayed.  A bug remains with the outline fonts where
  2571.     point size is not selected correctly.  I'll work on that ...
  2572.  
  2573. o   Folder Index has been enhanced to show a count of "new" messages and 
  2574.     to display folders with new messages in red.
  2575.     
  2576. o   Folder message listings now work better ... icons correspond to the
  2577.     original status of the message, and status-line counts tend to be 
  2578.     more accurate :).  May still be some strangeness, but much of what's
  2579.     been reported is fixed.
  2580.  
  2581.  
  2582. Changes included in v0.99m
  2583. --------------------------
  2584.  
  2585. o   Another UUencoding bug fixed ... actually a bug in the MLE text 
  2586.     import code that would have the largest effect on attached files.
  2587.     Occurred when a partial section being imported ended with a LF.
  2588.     
  2589. o   Double click on a word in the editor no longer invokes popup menu.
  2590.  
  2591. o   Double click to close a window would press an underlying toolbar
  2592.     botton.  Fixed.
  2593.     
  2594. o   Filters have been started and are mostly "in", although you can't 
  2595.     see them yet!  I have spec'd out what I believe to be an extremely 
  2596.     comprehensive filter system.  I looked at quite a few "other 
  2597.     mailers", and read all user comments I have received to date (NOTE 
  2598.     that I could not find filters within Eudora ... but I'm no expert!). 
  2599.     All of this will be implemented in due time, although a subset will 
  2600.     probably be offered to get everyone started.  
  2601.     
  2602. o   New configuration option: Queue unsent message on program start.
  2603.     Does just that ... a popular request!
  2604.  
  2605. o   I laxed off on the nag screen a little.  I moved it back so as to
  2606.     start popping up after 120 days instead of 60.  This will move 
  2607.     back to 30-60, once I release, but I felt funny bugging people this 
  2608.     early.  ALSO note that, once released, unregistered users' X-Mailer 
  2609.     line will be marked with "(unregistered)" after the grace period.
  2610.     This isn't enabled yet ...
  2611.     
  2612. o   Worked on code to handle individualized group sends ... something
  2613.     that will allow groups to be used with POP3 sends too.  Not ready
  2614.     yet, but just so you know what I'm working on :)
  2615.  
  2616.  
  2617. Changes included in v0.99l
  2618. --------------------------
  2619.  
  2620. o   You can now register via the OS/2 Shareware BBS, online with any
  2621.     major credit card!  Use your modem to call the OS/2 Shareware BBS 
  2622.     at (703) 385-4325 or telnet into os2bbs.com.
  2623.  
  2624. o   Resending a message multiple times now only sends it once.  A message
  2625.     can exist in the send queue only once.  After the queue is cleared,
  2626.     it can be readded, but not until.
  2627.  
  2628. o   Address book doubling fixed.
  2629.     
  2630. o   Folder deletion would not remove the folder directory if it was ever
  2631.     reindexed.  Fixed.
  2632.     
  2633. o   Yet another POP3 server variation ... server never reports size of
  2634.     a message.  I now have a mechnism that expands the message buffer
  2635.     before overflow.  Should have done it this way to begin with ...
  2636.     
  2637. o   Pasting-with-quote strangeness fixed up.  Also Remove CR's (CTRL-F9)
  2638.     tendency to chop tail carraige return off.
  2639.     
  2640. o   Marked source-message text is used as the source for a reply's quote
  2641.     if more than 40 characters are marked.
  2642.  
  2643. o   Delete-and-Next now works correctly on the LAST message in the list.
  2644.  
  2645. o   Forwarding a message now respects the "always use external editor"
  2646.     setting.
  2647.  
  2648. o   Logout now confirms with a message box before clearing the current
  2649.     profile.
  2650.  
  2651. o   OK, I added some new search code in.  While it doesn't yet show, 
  2652.     there are a TON of new features in the program :).  For those of
  2653.     you familiar with MR/2 Classic, the complete Virtual Conference
  2654.     string-match engine is now in, waiting to be thoroughly exploited.
  2655.     This code will be the basis for filters, too.
  2656.  
  2657. o   I've added to the main index FIND menu ... Text search options.
  2658.     This will allow you to text search through the contents of ALL
  2659.     message in the currently displayed index.  This begs for some
  2660.     polish and options (and I'll get these in quickly).  The search
  2661.     is currently NOT MULTITHREADED and will make you wait, but will
  2662.     pop up the first "hit" message and highlight all hits.  There
  2663.     are new "Navigate" message-menu options for next hit, previous hit.
  2664.     In all, a basic "grep" system.
  2665.     
  2666.     Now, for text search strings, ICE supports full boolean expressions,
  2667.     parenthesis for grouping, forced case sensitivity (case is ignored
  2668.     by default) and exact word matches.  Oh, and soundexing.  Thanks to
  2669.     MR/2 Classic again :)
  2670.     
  2671.     I have many. many other ideas ...
  2672.     
  2673.     I'll steal some samples from MR/2 Classic's docs and include here
  2674.     to provide some "quick start" instructions for those that want to
  2675.     try this out.
  2676.     
  2677.     
  2678. x   Boolean match logic is now available ...
  2679.  
  2680.     Keywords can be OR'd together, AND'd together and/or NOT'd.  In
  2681.     addition, parenthesis can be used to control the evaluations of
  2682.     the test.  There is also an operator that will match a word,
  2683.     remaining sensitive to case.  I've also added support for quoted
  2684.     strings so that spaces and the special boolean operator symbols
  2685.     can still be searched for.  Some simple examples:
  2686.  
  2687.         (OS/2 | OS2) & !WARP    (OS/2 or OS2) and not warp
  2688.         Windows & OS/2          Windows and OS/2
  2689.         Windows | OS/2          Windows or OS/2
  2690.         ^warp                   warp, but ONLY if all lower case letters
  2691.  
  2692.     The "operator" symbols follow the conventions used by C and C++ for
  2693.     boolean operations:
  2694.  
  2695.         &   is the AND operator
  2696.         |   is the OR operator
  2697.         !   is the NOT operator
  2698.         ()  cause the expression inside to be
  2699.             evaluated as a single expression.
  2700.  
  2701.     and two others that I added:
  2702.  
  2703.         ^   causes a case-sensitive match to be performed.
  2704.             The word that follows must be found with
  2705.             matching capitalization to be concidered a
  2706.             "match".
  2707.             
  2708.         ~   causes an exact word match to be required.  
  2709.             String/phrase that follows must be found with 
  2710.             standing on it's own; not imbedded within another 
  2711.             strings.
  2712.  
  2713.     The following will find all messages that contain one or two
  2714.     different words referencing OS/2 that also mentions "bugs".
  2715.     if the message doesn't match under this criteria, then it is
  2716.     tested for the words "Windows" and "slow" in the same messages:
  2717.  
  2718.         ((OS/2 | OS2) & bugs) | (Windows & slow)
  2719.  
  2720.     The following is somewhat similar.  It will also find all messages
  2721.     that contain one of two different words referencing OS/2 that also
  2722.     mentions "bugs".  If the message is found to match, then it is
  2723.     tested for the words "Windows" and "slow" in the same messages.
  2724.     If these words are both found, however, the message is eliminated
  2725.     (compliments of the "!" NOT operator):
  2726.  
  2727.         ((OS/2 | OS2) & bugs) & !(Windows & slow)
  2728.  
  2729.     A few more examples:
  2730.  
  2731.         ObjectPM | "Object PM"      spaces are ignored unless witin quotes
  2732.  
  2733.         "R&D"                       operator characters must be in quotes
  2734.                                     if part of a search string.
  2735.  
  2736.         R&D                         finds the single letters R and D,
  2737.                                     anywhere in the message.  This *isn't*
  2738.                                     what you want!
  2739.  
  2740.         "(ch | 0xFF)"               more special characters within quotes.
  2741.                                     The operator characters will be treated
  2742.                                     as any other characters.
  2743.  
  2744.         """Windows"""               Looks funny?  It will find the Windows
  2745.                                     in message but only if between quote
  2746.                                     marks.  Two quotes together are treated
  2747.                                     as a single " mark, but they must still
  2748.                                     be part of an entire quoted string.
  2749.                                     Tricky?  Maybe.  Just know that ...
  2750.  
  2751.         ""Windows""                 WILL NOT WORK, and that ...
  2752.  
  2753.         "can you say ""neighbor""?" will find the prase 'can you say
  2754.                                     "neighbor"?'  The word neighbor must be
  2755.                                     within quotes to be concidered a match.
  2756.  
  2757.         "&Windoze"                  Soundex search for anything sounding
  2758.                                     similar to "Windows".
  2759.  
  2760.         ^warp | phasers             Looks for the word "warp" in all lower
  2761.                                     case ONLY, or the word "phasers"
  2762.  
  2763.         ^NT | ^Nick                 Looks for the capital letters "NT" or
  2764.                                     the string "Nick" where only the N is
  2765.                                     capitalized.
  2766.  
  2767. x   Further enhancements to the text-string search function.  Support
  2768.     for selecting message-specific areas to check within a search
  2769.     specification.  For example, you can now ask for all message that
  2770.     have "OS/2" in the SUBJECT field, but not in the message itself.
  2771.     You may tag any word, or set of words within matched parenthesis,
  2772.     with a set of areas to test.  The default is to test all parts of
  2773.     the message.  For example:
  2774.  
  2775.     {S}OS/2                 Matches "OS/2", only checking SUBJECT
  2776.  
  2777.     {F}"jim@gilliland.com"  Finds ONLY message FROM Jim Gilliland
  2778.  
  2779.     {M}"Tim McClanahan" & !{FT}"Tim McClanahan"
  2780.  
  2781.                             Finds references to Tim McClanahan
  2782.                             inside any message text, but excludes
  2783.                             messages FROM or TO him.
  2784.  
  2785.     {S}(MR/2 | MR2 | MR-2)  Matches any of these three strings when
  2786.                             they exist in the SUBJECT field.
  2787.  
  2788.     {Conclusion}            Probably won't find what you want :)
  2789.  
  2790.     "{Conclusion}"          Probably is what you want.  Finds any
  2791.                             occurence of the word "Conclusion" that
  2792.                             is enclosed between curly-brackets.
  2793.  
  2794.     
  2795.     Valid areas are From, To, Subject, Message and Header,
  2796.     represented by the letters F, T, S, M and H, respectively.
  2797.     The value 'H' may be followed by a header field "tag" to specify
  2798.     a specific header line.  For example:
  2799.     
  2800.     
  2801.     {H:Cc}nick@secant.com   will match all email cc'addressed to me
  2802.     
  2803.     !{H:X-Mailer}""         will find all messages without an 
  2804.                             X-MAILER header line.
  2805.     
  2806.     {H:X-Mailer}"MR/2"      will find all messages with an 
  2807.                             X-MAILER header line containing "MR/2".
  2808.     
  2809.     {H:X-Mailer}"" & !{H:X-Mailer}"MR/2" 
  2810.           
  2811.                             will find all messages with an X-MAILER
  2812.                             header line that does NOT containing "MR/2".
  2813.  
  2814.  
  2815.     Another search string modifier ... the tilde (~).  This, when
  2816.     placed at the very beginning of a keyword, requests the match be
  2817.     qualified as an "exact word match".  If the strings is embedded as
  2818.     part of some other word, it will not match.  For example, searching
  2819.     for the word "owl" will match "owl", but also words like "knowledge"
  2820.     and "scowl".  Using the search string "~owl" will match only with
  2821.     "owl" as a standalone word.  Beginning and end of line cases
  2822.     are handled correctly in this mode.
  2823.     
  2824.  
  2825.  
  2826. Changes included in v0.99k
  2827. --------------------------
  2828.  
  2829. o   Fixed a dozen or so little bugs, most of which I didn't record.  
  2830.     Mostly smaller items.  In particular, I remember the logging out
  2831.     bug that left folders open.
  2832.     
  2833. o   Problem with POP3 polls in purge-from-server mode.  Under certain 
  2834.     circumstances, the internal start counter would get corrupt and 
  2835.     the risk of losing mail was possible.  I've fortified this
  2836.     code, making sure the count is always remembered conservatively.
  2837.     
  2838. o   FP16 kludge/fix.  I spent alot of time with a couple of select
  2839.     users creating intermediate version with more logging built in.
  2840.     During this process, I determined that the exit problem appears
  2841.     to be originating in the formatted printer object of MR/2 ICE.
  2842.     I don't know why yet, and I probably won't look harder under the
  2843.     FP16 fix is out.  I've got to rework the printer code anyway.
  2844.     
  2845.     NOTE that I'm not POSITIVE this is the problem, but the logs 
  2846.     indicate it probably is.  I also made soem thread code changes
  2847.     that might help.  
  2848.     
  2849.     If MR/2 ICE exits under Fp16 for you, try running with /V.  This
  2850.     suppresses the formatted printer driver.  I'll await further feedback
  2851.     (as to whether this allows ICE to be loaded reliably).
  2852.     
  2853.  
  2854.  
  2855. Changes included in v0.99j
  2856. --------------------------
  2857.  
  2858. o   Logging into a account would automatically poll for mail.  This
  2859.     has been changed to respect the "automatically poll for mail"
  2860.     flag of the newly loaded profile.
  2861.     
  2862. o   Modified startup logging to flush the output buffer after every 
  2863.     line.  This will prevent 0 length log files and perform the
  2864.     function it was meant to do in the first place.
  2865.  
  2866. o   Resizing of open folder pages now works correctly.
  2867.  
  2868. o   Reorganizing the index of an open folder would leave the folder
  2869.     selection entry in an inconsistent state.  This caused a crash if
  2870.     it was reopened.  Fixed.
  2871.  
  2872. o   Wow.  The option to edit the header AFTER editing never really
  2873.     worked.  I guess most people (except for the 2 folks that 
  2874.     reported this problem :) don't use the after options!  Changes
  2875.     made on the "after" header form were totally ignored.  Fixed.
  2876.  
  2877. o   Related somewhat to the above, I removed the inconsistencies I
  2878.     could find with the insertion of the "Re:" prefix in Subjects.
  2879.     This was getting inserted far too often.  Small nit, but it 
  2880.     bothered me :)
  2881.     
  2882. o   Split screen editor resets to single screen once reply is sent.
  2883.  
  2884. o   Reworked the Inbox and Outbox popup menus a bit.  Removed things
  2885.     that weren't implemented and/or didn't make sense here.  Add the
  2886.     abitlity to rebuild the message index for each of these lists.
  2887.     
  2888.     Rebuilding a major index is something that shouldn't be done
  2889.     without a reason.  I will add more text to the confirmation screen
  2890.     in order to explain more thoroughly.  
  2891.         
  2892.  
  2893. Changes included in v0.99i
  2894. --------------------------
  2895. This is a quick intermediate release targeted towards fixing a few
  2896. items I broke in the last two release.  That, and to make LaMail imports
  2897. cleaner.
  2898.  
  2899. o   File names generated by MR/2 ICE are always full 8 digit names with
  2900.     3 char suffixes.  Shorter base names did not previously function
  2901.     correctly under ICE.  Now they do.  The only suffixes officially
  2902.     recognized for messages are still .RCV and .OUT.
  2903.     
  2904. o   Multiple Accounts.  The new password logic prevented account configs
  2905.     made with older version from working.  I now check the DATE the config
  2906.     (the profile) was created, and if before 12/26/95, the password is
  2907.     tested against the user name (the OLD way).  Otherwise, the password
  2908.     must match that chosen at creation time.  There's a grey area here
  2909.     that isn't handled, but it's small.
  2910.     
  2911. o   Beeping on SEND attempts subsequent to a failure are suppressed.
  2912.  
  2913.  
  2914. Changes included in v0.99h
  2915. --------------------------
  2916. Bad week, but I still managed to fix many bugs ... and I believe I'm
  2917. ready with OS/2 Shareware registration utilities.  I have a on of code
  2918. items started, but can't add them until I've had more time to test.
  2919.  
  2920. o   Logging was changed quite a bit (error/event logging, invoked by
  2921.     the command line switch /L).  The output is directed to a file
  2922.     named "mr2i.log" ... redirection is no longer neccessary and, in
  2923.     fact, will no longer have any effect.
  2924.     
  2925.     I've added logging for the entire startup process of MR/2 ICE.
  2926.     This in an attempt to track problems with fixpack #16 and ICE.
  2927.     If your program exits starngely upon startup, please run:
  2928.     
  2929.         mr2i /L
  2930.         
  2931.     and try again.  If it exits again, please email me the file 
  2932.     "mr2i.log".  Thanks.
  2933.  
  2934. o   Focus issues, fixed as they were reported.
  2935.  
  2936. o   Yet-another attached file problem, caused by the MLE import routines.
  2937.     Adjusted one more time.
  2938.     
  2939. o   Pop3 purging is now performed by the mail fetching thread.  This means
  2940.     that the rest of the interface is functional while purging.
  2941.     
  2942. o   I modified some procedures related to the key system.
  2943.  
  2944. o   Refixed the POP3 receive thread for message size reports that are
  2945.     not what was previously expected.  The G fix didn't work, this one
  2946.     does (as reported by two test subjects :).
  2947.     
  2948. o   Flush send queue after successful POP3 poll.  This happens 
  2949.     automatically, but only if a previous send failed because of a
  2950.     missing internet connection failed.  Only mail queued in this 
  2951.     session is resent.  I've got some other ideas, but this will 
  2952.     provide most of the functionality that has been frequently requested
  2953.     here recently.
  2954.     
  2955. o   Modified all ENTRY type fields to allow DBCS sequences.  Thanks to
  2956.     Matt Smith (ala Prominaire Designer) for the inside scoop.  This may
  2957.     not solve all of the DBCS issues, but I'm working on them!
  2958.     
  2959. o   On a side note, I managed to figure out how to convert character sets
  2960.     to the "current" code page so that non-US displays can show message
  2961.     correctly.  This code is not currently in, but I've been enlightened :)
  2962.     
  2963. o   Better error handling of "disk full" and other write-type errors when
  2964.     trying to record new mail.  These were not properly accomodated
  2965.     previously.
  2966.     
  2967.  
  2968. Changes included in v0.99g
  2969. --------------------------
  2970.  
  2971. o   The BIG news, athough I can't take credit for it!  CONVERSIONS!!
  2972.     Dave Martin has provided two well-done REXX scripts that will 
  2973.     convert PM Mail and LaMail addresses and folders to MR/2 ICE
  2974.     format.  They worked well with my test setups!  See my web page
  2975.     at http://nick.secant.com for more info.
  2976.  
  2977.     I received another smaller REXX file converted, but did not get
  2978.     a response from the author when I asked if I could post it.  Will
  2979.     try again, but these two look very capable!    
  2980.     
  2981. o   BMT Micro is now carrying MR/2 ICE.  Credit card orders can be 
  2982.     placed with BMT Micro at 1-800-414-4268 or visit their WEB page
  2983.     at http://www.wilmington.net/bmtmicro, or email them at
  2984.     orders@bmt.wilmington.net.
  2985.     
  2986.     I will also be taking advantage of the OS/2 Shareware BBS 
  2987.     registration system set up by Peter Norloff.  I just have to 
  2988.     get busy and write a small utility! ...
  2989.  
  2990. o   Bug where POP3 server sent back message size in an unusual 
  2991.     place/format.  All the info is there, but the SIZE of the message 
  2992.     isn't where MR/2 expect it.  So, it "defaulted" to 96K.  When this 
  2993.     happens, large message would cause trouble.  I now have beefed up 
  2994.     the size parsing and I think I've got all the bases covered now.
  2995.  
  2996. o   Also saw some extra work being done by MR/2 ICE, because of the 
  2997.     buffer size I chose.  By increasing my buffer size internally by one 
  2998.     character, I've cut down the number of packets transfered on some 
  2999.     system ... by half! My bet is that the size issue is common
  3000.  
  3001. o   POP3 receive ... closing of messages invoked a cleanup filter
  3002.     that was horribly inefficient.  I spent a short time on this and sped
  3003.     it up tremendously, most noticable with large (uuencoded) messages.
  3004.  
  3005. o   Persisitence of POP3 counter on failure ... MR/2 ICE will now save
  3006.     the last-read counter on each successful read.  Previously, on error,
  3007.     MR/2 would reread many successfully improted messages when restarted.
  3008.  
  3009. o   Folder sorting has been implemented (the form was always there, but 
  3010.     no code was behind it).  Rebuilding a folder index no longer does 
  3011.     the strange things it used to (although I'm aleways watching for 
  3012.     other stange things to appear :)
  3013.  
  3014. o   Counts on folder index screens, folder edits (name, tab text) now save;
  3015.     were previously not flushed to disk.
  3016.     
  3017. o   Open Folder lists now update when added-to using MOVE or COPY message.
  3018.  
  3019. o   Move/Copy on RMB menu have been enhanced to be "conditional cascade"
  3020.     sub menus.  You can still click on the COPY or MOVE text to invoke
  3021.     the pick-list dialog.  Alternately, you can now click on the arrow
  3022.     symbol to get options for NEW folder, or to pick from a list of
  3023.     commonly used folders.
  3024.     
  3025. o   You have always been able to edit Folder info from the folder screen
  3026.     by highlighting a folder and using the RMB to "edit" the folder.
  3027.     This form has a "include in MOVE/COPY submenus" checkbox.  Checking 
  3028.     this for folders of you choice will include them in the submenu
  3029.     mentioned above.  The Y/N flag is now shown on the Folder List, and
  3030.     I'll eventually allow toggling of this flag from there.
  3031.     
  3032. o   Multiple Account improvements.  While not completely finished, things
  3033.     work a little bit better.  For example, any NEW account created will
  3034.     remember and enforce the specified password.  Folder lists are now
  3035.     correctly modified and displayed as accounts are changed.  Accounts
  3036.     that already exist still have a password that matches the user name;
  3037.     I'll allow you to change this next time.
  3038.     
  3039. o   I almost forgot ... I added some code to the logic that is triggered
  3040.     the very first time you run MR/2 ICE.  The program invokes the
  3041.     settings notebook, then immediately explains the common Cirrus Logic
  3042.     video bug that exists, and asks you if you see the settings tabs.
  3043.     If you respond that the BUG does indeed exists, MR/2 ICE sets up
  3044.     a "forced /F9" command line flag.  You can override this with a
  3045.     command line switch, and I'll have this option on the settings form
  3046.     next version.
  3047.     
  3048. o   ALSO, if you invoke the speller and/or thesaurus, and the necessary
  3049.     files do not exist on your system, MR/2 will now pop up a text
  3050.     file (via an editor window) that explains how it works, and where to
  3051.     get the files.  It also suggests using the RBM to load my home page
  3052.     into the browser.
  3053.  
  3054. o   Fixed a problem with some URL's that wouldn't load from the RMB
  3055.     "Web browser" option.  Had to do with them starting with tab 
  3056.     characters.  Fixed.  Converted the ftp logic to also load the
  3057.     browser, at least for now!
  3058.     
  3059.     
  3060.  
  3061. Changes included in v0.99f
  3062. --------------------------
  3063. I did alot this week, but I don't have much to list.  I spend tons of
  3064. time finalizing the registration scheme.  I will start sending
  3065. registration keys via email very soon.  I fixed a dozen or so bugs, 
  3066. but I wrote no details down.  I started several really neat ideas, 
  3067. but can't even hint at them until I'm further along :).
  3068.  
  3069. I expect the next 2 weeks to consist of filling in gaps and crossing off
  3070. items on my bug list.  This includes the uglies in the area of Folders.
  3071. I have started "filters", but this is a biggie and will take a bit of
  3072. time.  At least for what I want to do :).  I worked more than I should
  3073. have trying to get printing problems resolved.  I made progress, I was
  3074. able to identify much of the problem ... waiting for Secant's Component
  3075. division to give me some time to fix it.  I expect this to be soon :)
  3076.  
  3077. o   Pop-up "context" menus in the viewer and message editor.  Use the
  3078.     RMB to quickly cut, copy, append, paste, reply, forward and send.
  3079.     There are some other options, and some disabled items waiting for
  3080.     completion.  Oh, the speller and thesaurus entries are enabled,
  3081.     but appear only on the Editor side.
  3082.     
  3083.     NOTICE, please, the Web Browser and FTP entries on this menu.
  3084.     Click on any fully qualified URL and select one of these to invoke
  3085.     a separate session.  Configuration is called for, but it is 
  3086.     functional as it stands.  I launch the commands EXPLORE or FTP,
  3087.     depending on what you select.  If you use some other browser or 
  3088.     FTP client (I use ncFtp), simply make an EXPLORE.CMD or an FTP.CMD
  3089.     in the MR/2 ICE directory.  For example, my ftp.cmd file looks like:
  3090.     
  3091.         ncftp %1
  3092.         
  3093.     NEVERMIND.  It appears this doesn't work (creating an ftp.cmd file). 
  3094.     I know why.  I'll leave it like this until next release, where I'll 
  3095.     at least convert to CMD files so you can do what you want.  Better 
  3096.     if this can all be configured from a dialog ...
  3097.     
  3098.     So, if your mail includes a web page URL, left click once, RMB,
  3099.     Web Browser and you're loading it.  There's a listing for a 
  3100.     file you want, with a fully qualified URL (for example,
  3101.     ftp://nick.secant.com/mr2i099f.zip), a couple of clicks and
  3102.     another session is loading it.
  3103.     
  3104. o   Fixed a case where the accent character (`) was used in a subject
  3105.     field and blew up my cell box (inbox) code.  I selected this code
  3106.     as my field delimiter.  All of my index entries now filter for this
  3107.     character.
  3108.     
  3109. o   Groups:  The address field is no longer required before allowing
  3110.     a pick-list button to work.  Other minor fixes.
  3111.     
  3112.     BTW, groups do not work with POP3 sends.  I have to think about
  3113.     this, but the current technique for exanding groups requires that
  3114.     MR/2 lists the recipients, and the To: line is ignored.  This is
  3115.     contrary to how POP sending works.
  3116.  
  3117. o   External Edit:  I was ignoring the option of hiding headers in the
  3118.     editor window.  If this is checked, the external edit does not have
  3119.     access to the message header.
  3120.  
  3121. o   New Registration dialog under the main HELP menu.  Will allow me and
  3122.     other distributors to supply key codes for "instant registration", or
  3123.     at least "quick email registration".
  3124.     
  3125. o   More fixes ... I just can't recall them at this time.
  3126.  
  3127.  
  3128. Changes included in v0.99e
  3129. --------------------------
  3130.  
  3131. o   Address Groups are now "in" and seem to be functioning well.  There 
  3132.     has been a minimal of testing, tho.  I personally created a couple 
  3133.     of small groups that worked well.  I also created three larger 
  3134.     groups, all external-file based.  One contained all of my original 
  3135.     beta testers, one contained all users who have registered to-date, 
  3136.     and the third combined these two by "including" the two lists by 
  3137.     tag.
  3138.     
  3139.     I have tried to come up with a very flexible group-addressing scheme,
  3140.     but in doing so, may have made it look a little more complex than
  3141.     it really is.  Groups can be simple lists of individual addresses,
  3142.     all maintained online.  Groups can also be mixes of individual
  3143.     addresses, address book tags, other group tags, and "address from
  3144.     file" entries.  I have included code to prevent circular references,
  3145.     but the error messages/warnings are weak at this time.
  3146.     
  3147.     An address file is simply a text file (I started using the file
  3148.     extension ".lst") that contains one address entry per line.  Great
  3149.     for those of us who keep lists generated from "other" programs.
  3150.     Oh, yes, these entries can also be address book tags, group tags or
  3151.     other file references.
  3152.     
  3153.     THE one thing sorely missing is a "pick group" button on the header
  3154.     entry form and the Pick Group button on address entry needs to be
  3155.     hooked to the same code.  Next release.  Groups WILL popup in the
  3156.     RMB menu, if the appropriate checkbox is marked.
  3157.     
  3158.     As a short example, you could easily create a group that references
  3159.     three other groups.  Each of these groups could reference whatever
  3160.     they needed to ... more groups, addresses from a file, address
  3161.     book entries and/or individual addresses.
  3162.     
  3163.     I'm open for comments.  Try it out, let me know what you think, and
  3164.     feel free to give me your ideas :).
  3165.     
  3166.     Oh, one last note.  Group address entries can be disabled.  To toggle
  3167.     the checkmarks, you can euse the "edit" button on each, but clicking
  3168.     ON THE LISTBOX CHECKMARK will also toggle it.
  3169.     
  3170. o   Importing text CLOSE to 64K would chop a small portion of the text.
  3171.     This became acutely apparent when I tried to send a UUEncoded file
  3172.     that was about 63K.  The problem was the import into the MLE ... I
  3173.     had the "switch to my pieces-parts import" threshold set too close
  3174.     to the MLE's chop-point.  Fixed.
  3175.     
  3176. o   Font selection ... for some silly reason I was showing only BitMap
  3177.     fonts.  That will teach me to steal code from sample programs 
  3178.     without studying it closer :).  Fixed.
  3179.     
  3180. o   Template processing would sometimes remove the "@" symbol in email
  3181.     addresses and other tokens that were supposed to have them.  I believe
  3182.     I fixed this, but it warrants some time-testing.
  3183.     
  3184. o   Hint Bubbles!!! (Tool Tips, whatever you want to call them).  
  3185.     They're fixed, at least as far as speed goes.  I was able to get 
  3186.     some of Mike's time (Mike is Secant's OS/2 Control "guru" :) to look 
  3187.     at what was going on.  A couple of code snips here and there, and
  3188.     we're operating at blinding speeds.  You should be able to turn these
  3189.     on without noticably effecting performance.  NOTE that for MAXIMUM
  3190.     performance, they should still be off ... even faster, creating
  3191.     20 tiny windows still takes time.
  3192.     
  3193. o   Crashes on program load.  Some of these (all?  Too wishfull a thought,
  3194.     I guess) were caused by my changes to the way the printing system
  3195.     is initialized.  If your system had NO OS/2 PRINTER DRIVER installed
  3196.     you would probably crash.  If you had a driver with an internal name
  3197.     that did not have a '.' as part of it ... sme thing [My home system
  3198.     had an old IBMNULL with no '.', and when I switched to that printer,
  3199.     crash!].  These have been fixed, although printing itself is still 
  3200.     being worked on.
  3201.     
  3202. o   NOTE:  an early report of Object Desktop's Tabbed Launchpad crashing
  3203.     ICE on load.  This started with a recent update/path to their v1.02
  3204.     level.  Running ICE with the /T switch worked-around this, as did
  3205.     not invoking the tabbed launchpad.  They've been notified, write to
  3206.     them if this incoveniences you.
  3207.     
  3208. o   Thesaurus and Speller limits were still in a few obscure places
  3209.     (reported as "Unregistered User" limits).  These weren't supposed
  3210.     to be there, and I've removed the ones I can see.  I don't believe
  3211.     there are any more.
  3212.     
  3213. o   Message received from some UUCP gateways were crashing ICE on reply.
  3214.     This was due to invalid date formats in the source message's header.
  3215.     I would assume I had a good date and crash on trying to use it.
  3216.     MR/2 now takes precautions and defaults to a zeroed-out date (1/1/1900)
  3217.     if the date is invalid.  Maybe not the best technique, but certainly
  3218.     better than crashing :)
  3219.     
  3220. o   Calculator now accepts keystrokes matching the button keys.
  3221.  
  3222. o   Pop3 messages reported to MR/2 as "Error" were previously simply 
  3223.     skipped.  This would happen here if/when a message was just being
  3224.     recieved by SendMail, the pop server could see it, but the file was
  3225.     still in use by SendMail.  Now, MR/2 will retry the message, trying 
  3226.     up to 20 times at one second intervals before giving up.
  3227.     
  3228. o   Notebook "back arrow" will no longer show blank pages when invoked
  3229.     from the Inbox screen.
  3230.     
  3231. o   Dozens of other minor fixes too tiny to itemize.    
  3232.  
  3233.  
  3234. Changes included in v0.99d
  3235. --------------------------
  3236.  
  3237. o   Well, address groups are close.  The whole idea, because I wanted to 
  3238.     do it a certain way, is taking longer than I guessed.  With a couple 
  3239.     of more hours, I would have included it.  The menu option for 
  3240.     Address Group Maintenance is disabled.  It is relatively functional, 
  3241.     barring a few bugs, and can be enabled by running with the "//" flag 
  3242.     on the command line.  This is just so those interested can comment 
  3243.     on the overall layout.  It is NOT meant for real use, and may change 
  3244.     before finalized.  SENDS do not recognize Groups yet.
  3245.     
  3246.     In general, groups will allow for lists of raw addresses, aliases, 
  3247.     other groups and/or lists of all of these contained within an 
  3248.     external file.  Resolution will be fully recursive/nested, so that a 
  3249.     group can be defined as a set of other groups, and each of those can 
  3250.     contain more groups.  Address Book entries can contain group names, 
  3251.     also.  I will add code to prevent circular references.
  3252.     
  3253.     There's a chance I may release a mid-week version, if I can complete
  3254.     and test all of this.  I must also finalize my registration key system
  3255.     in the next day or two.
  3256.  
  3257. o   Speedup and memory leaks plugged.  Found these while looking for
  3258.     the reason the message window opened so progressively slower.
  3259.     Found that I had left in some debugging code (checking the heap)
  3260.     2-3 times each message was displayed.  Removing these has sped up
  3261.     the message opening greatly.
  3262.  
  3263. o   Added code to SMTP import process to better recover from file
  3264.     in use errors.  (LDA is still delivering when ICE tries to import).
  3265.  
  3266. o   Progression indicator on pop receive.  Resized both indicators
  3267.     to be smaller and allow more text to show.
  3268.  
  3269. o   Country date settings are now used for most (all?) date/time
  3270.     displays.
  3271.     
  3272. o   External editor is now functional.  You can alwasy use the editor
  3273.     by checking the box on Options->User Preferences, or you can invoke
  3274.     it on demand via the Tools->Edit externally menu item from within
  3275.     the message viewer.
  3276.  
  3277. o   SMTP mode would still include LaMail's NDX files.  It was a case
  3278.     sensitivity issue.  Fixed.
  3279.  
  3280. o   Pressing DEL in the message viewer, then cancel, closed the message.
  3281.  
  3282. o   Suppressed auto poll on startup if auto-poll is off
  3283.  
  3284. o   Toolbar display toggle bug.  Toolbar would sometimes appear twice.
  3285.  
  3286. o   Pop3 long UIDL server error messages handled better
  3287.  
  3288. o   Fixed Text searches inside any editor window. Again.  This time
  3289.     I believe it's fixed for good :)
  3290.  
  3291. o   Ouch.  I accidently hit ALT-C in the reply editor and the message
  3292.     closed w/out warning or chance to save.  Fixed.
  3293.  
  3294.  
  3295. o   Mail tab is now set correctly when login to another account.
  3296.  
  3297. o   Internal editor: now gets focus on startup.
  3298.  
  3299. o   Better detection and resolution when tcpip services file is wrong.
  3300.  
  3301. o   Removed pop3 check before optional password prompt.    
  3302.  
  3303. o   Mesage window: Close via sysmenu, cancel would crash.  Fixed.
  3304.  
  3305.  
  3306.  
  3307. Changes included in v0.99c
  3308. --------------------------
  3309. What a week.  It started off with almost immediately finding that several
  3310. key features of MR/2 ICE were broken by the B release.  I believe this one
  3311. to be in much better shape.
  3312.  
  3313. I've got groups/lists pretty close, and the external editor code was
  3314. yanked at the last second because of a crash in one spot.  Next week,
  3315. I'm sure.
  3316.  
  3317. BEEP on window open.  I tried to get rid of this, but couldn't wait
  3318. any longer.  Sorry!  It's only when you double click and the
  3319. message part is over the click spot.  I'll get it, but it will be
  3320. annoying for a week.
  3321.  
  3322. o   Fixed problems with checking for mail under various user settings.
  3323.  
  3324. o   Pasting text with quoting cleaned up.  Still needs another pass :(
  3325.  
  3326. o   Addresses of the form "nick knight <nick@secant.com>" are now 
  3327.     normalized so that picky SMTP server's should no longer complain.
  3328.     
  3329. o   Ctrl+, Ctrl-, shift del  should now work as they're supposed to.
  3330.  
  3331. o   Cursor pos when header is scrolled off screen starts at current line.
  3332.  
  3333. o   UUEncode process wasn't closing source file.
  3334.  
  3335. o   Complex multi-addresses can now be up to 512 bytes.  Still working on 
  3336.     groups/distribution lists.
  3337.  
  3338. o   Crash when sending and status displays too long (rare).  Fixed.
  3339.  
  3340. o   SMTP Receive and all related file-type problems have been fixed.
  3341.     Sorry!  Includes "can't create folder" problem and user not registered
  3342.     on multi-accounts.
  3343.  
  3344. o   AutoSave and sending would sometimes conflict and crash.  I do believe
  3345.     this was the crash that was so prevelant, yet random enough to not
  3346.     be recreatable "on demand".  My mail has been stable for a couple of 
  3347.     days; I'm sure you guys will tell me if something's still loose in the
  3348.     code.
  3349.  
  3350. o   Ctrl-E is now an accelerator to the internal text editor.  This
  3351.     is available on both the mail index and message windows.  The Message
  3352.     menu's "Edit file" item is now hooked to this editor window.
  3353.     
  3354. o   Notebook page buttons a tad larger
  3355.  
  3356. o   Toolbar FIND on MW no longer loses text highlight.
  3357.  
  3358. o   Problem with POP receive when lines *started* with a '.'.  Fixed. Was
  3359.     messing up around 1 out of every 77 uuencoded messages.
  3360.  
  3361. o   Did I mention the calculator?  No??  Well, I added a simple, integer-
  3362.     only (no decimal points) calculator to the Utilities.  I use this
  3363.     thing often, but can never find it fast.  Now I know where it is.
  3364.     This item is an almost snap-in part from Secant Technologies'
  3365.     ObjectPM toolkit, provided there as a sample.  I plan on spending
  3366.     very little time improving this, except to add a keyboard interface
  3367.     and full decimal support (all easy).  If you find it useful, great,
  3368.     if not, don't use it :)
  3369.  
  3370. o   More fields opened up for hi-end ASCII.  Folder form in particular.
  3371.  
  3372. o   Templates are now editable via the Utilities menu.  This is brand
  3373.     new code, so I'm watching for bugs.  Still can't make a NEW
  3374.     template, but I ran out of time.
  3375.  
  3376. o   Text Editor fix ups and enhancements.
  3377.  
  3378. o   Tons of tiny nats squashed.
  3379.  
  3380.  
  3381. Changes included in v0.99b
  3382. --------------------------
  3383. Again, my todo list above didn't get all the attention I had hoped to give
  3384. it.  Still, it was a pretty productive week.  The best news is that many
  3385. crashes have been eliminated.  There seems to be one more pesky crash
  3386. scenario that I'm having trouble catching (the crash-on-send), but I've
  3387. added some code to try and help.  Ironically, since doing this, I have
  3388. been unable to make it crash.  I may have fixed it while making other  
  3389. code changes, but only time will tell.  Reporting crash addresses is
  3390. very important with this release.  Thanks!
  3391.  
  3392. QUERY:  Has anyone created any from-other-mailer conversion tools that
  3393. they'd like to share?  I've had many requests for conversion tools, and
  3394. I'd certainly like to supply them, and I know I can.  Time is the 
  3395. problem.  I can see how to convert PMMail's stuff to my format, but if 
  3396. I stop to do this, I don't get to add important features to my own work.
  3397. Any REXX guru's want to show there stuff off and get some recognition?
  3398. Of particular interest are scripts that would convert address books and
  3399. folders from PM Mail, Post Road Mailer, Ultimail/LaMail and things like
  3400. PINE.
  3401.  
  3402. o   Added a command line switch: /- which tells MR/2 ICE to minimize
  3403.     on load.  There's still some screens displayed, but then it does
  3404.     minimize.
  3405.     
  3406. o   The /S command line options was broken.  Fixed.  Also, configuring
  3407.     for NO POLLING was ignored.  Fixed.
  3408.     
  3409. o   Crash scenario:  When paging through message using the next/prev
  3410.     menu command or toolbar options, MR/2 ICE did not properly set a
  3411.     complete message state for each message.  This could case crashes
  3412.     under some circumstance.
  3413.     
  3414. o   Crash scenario: Folders not opening, exiting the program abruptly and
  3415.     without explanation, and crashing.  This was a big error on my part.
  3416.     Each folder would actually create another copy of the SEND thread,
  3417.     and this would do some very strange things.  Fixed.
  3418.     
  3419. o   Crash scenario:  Address Book maintenance.  Tags/Aliases longer than
  3420.     a couple of characters would cause a crash when the address book
  3421.     as closed/saved.  Fixed (sorry!).
  3422.     
  3423. o   New prompt option: disable pop3 counter reset warning/prompt.
  3424.  
  3425. o   Send toolbar icon now has correct bubble hint.  Send is no longer
  3426.     disabled in the menu for "new" message.
  3427.  
  3428. o   Bubble hints now use smaller font ... this is possible because:
  3429.  
  3430. o   All 3 Secant-based DLL's are "new" and offer several low level bug
  3431.     fixes, including better font handling.  Was not able to "fix" the
  3432.     Cirrus chipset bug, but smaller fonts now space correctly.  I hope to
  3433.     freeze these DLL's soon and be able to release updates without the
  3434.     DLL's.
  3435.     
  3436. o   Index cellbox: highlighted text is now WHITE on black background.
  3437.  
  3438. o   Address book listings now show tags/aliases.
  3439.  
  3440. o   Tried to increase secaondary thread robustness.  Increased all stack
  3441.     size slightly.  More error checking; more overflow detection code 
  3442.     added to low-level TCPIP interface code.
  3443.     
  3444. o   Password on POP3 prompt form is now masked from the user.
  3445.  
  3446. o   Opened up many form fields to hi-end ASCII character for the European
  3447.     and Chinese (and other, I guess) uses that have requested this.  Please
  3448.     let me know if this helps!
  3449.     
  3450. o   ALT-Q pasting would often crash.  I rewrote this routine, and while it
  3451.     does not crash, it still needs work.  Next release for sure.
  3452.     
  3453. o   Sig editor added and functional.  This will change some next release,
  3454.     but at least you can edit the default SIG file.  I missed having the 
  3455.     complete template editor ready by an hour or two ... next release for
  3456.     sure.
  3457.     
  3458. o   Simple file editor included on utility menu.  Simple?  Don't know
  3459.     about that, but I've got more to add to it.  I got tired of using
  3460.     the E editor to open files for "clipping" sections.  This will work
  3461.     more gracefully, particularly when I add some persistence and
  3462.     history to it.  In the meantime, I'm open for comments.
  3463.     
  3464. o   More tiny little changes that I forgot to document.  More to come ...
  3465.     
  3466.  
  3467. Changes included in v0.99a
  3468. --------------------------
  3469. Unfortunately (or fortunately, depending on your angle :), my todo
  3470. list above didn't get the attention it deserved.  Too many "new" problems
  3471. were reported that required immediate attention.  I expect to have more
  3472. time this week to "fill in the blanks".  I expect weekly-or-so updates
  3473. until I release v1.0.
  3474.  
  3475. o   Removed the Edit signature file menu item.  I added much code to 
  3476.     this feature, but it isn't yet workable (made a bigger monster
  3477.     than originally planned out of the editor).  This will be readded
  3478.     in the next release, complete with the editor.
  3479.     
  3480.     The signature file can be manually edited with the E editor.  Look 
  3481.     for "mr2i.sig".  Note that the sig file itself is just a very simple 
  3482.     file that's "included" by reference into the various template file 
  3483.     sections.  *This* is where MR/2 ICE gets much of it's power, 
  3484.     although not yet documented.  *This* is where you can have as many 
  3485.     selectable reply templates are you want, each with custom 
  3486.     attribution lines, multi-line sigs, information blocks or complete 
  3487.     documents as "canned replies".  I currently use my own template file 
  3488.     to offer canned literature replies for ObjectPM and some of Secant's 
  3489.     other products.  Just FYI, so the feature doesn't go unnoticed by 
  3490.     those of you who might find it useful.  Templates are in "mr2i.tf".
  3491.  
  3492. o   SMTP package is now part of the distribution zip.  See mr2ilda.doc
  3493.     for more information.
  3494.  
  3495. o   Many bugs and nits fixed ... too numerous to even remember.  This
  3496.     version is much more stable than the previous.  Still one crash
  3497.     scenario seems to elude me.  Perhaps I'll catch it by next release.
  3498.  
  3499. o   Empty template sections now work correctly and don't include parts
  3500.     of the next template section.
  3501.     
  3502. o   Pop sends and "no save" would update the index anyway and cause
  3503.     problems.  Fixed.
  3504.  
  3505. o   Removed spell checker and thesaurus limits inherited from me/2.
  3506.     I may reinstate more laxed limits in unregistered programs after
  3507.     60-90 days.
  3508.  
  3509. o   Resending a message after modifying message would crash most
  3510.     consistently.  Fixed.
  3511.     
  3512. o   Protected other multithreaded message handlers so that no harm is
  3513.     done if message is deleted or moved with another thread is processing
  3514.     same.
  3515.     
  3516. o   Some systems have missing default fonts in special windows including
  3517.     the bubble hits, the settings notebook (tabs squashed and no text) and
  3518.     in the calendar.  I'm still chasing this one, but to "work around" the
  3519.     problem, those users can now use a sepcified font using the new command
  3520.     line option /F.  From the new MR/2 ICE FAQ www page:
  3521.  
  3522.     There seems to be a bug in the class libraries I'm using where, on 
  3523.     some systems, the system proportional font fails when used as the 
  3524.     "default".  I have a system in-house that exhibits this problem, so 
  3525.     I'm in search of "the answer".  In the meantime, I have added a 
  3526.     "default font override" command line parameter:
  3527.     
  3528.             Mr2i /F9
  3529.  
  3530.     Where a zero is used to denote the System Proportional Font, and a 
  3531.     number 1-30 can be used to override this setting (for the 
  3532.     problematic windows ONLY). Using /F1 will cause the text to show up 
  3533.     and make the application functional.  For those that are more 
  3534.     particular about their fonts, you can select one of these following 
  3535.     numbers:
  3536.         
  3537.             0 - SystemProp                    16 - HelvOLB 
  3538.             1 - Courier8                      17 - HelvOLBI 
  3539.             2 - Courier10                     18 - TmsRmn8 
  3540.             3 - Courier12                     19 - TmsRmn10 
  3541.             4 - CourierOL                     20 - TmsRmn12 
  3542.             5 - CourierOLI                    21 - TmsRmn14 
  3543.             6 - CourierOLB                    22 - TmsRmn18 
  3544.             7 - CourierOLBI                   23 - TmsRmn24 
  3545.             8 - Helv8                         24 - TmsRmnOL 
  3546.             9 - Helv10                        25 - TmsRmnOLI 
  3547.             10 - Helv12                       26 - TmsRmnOLB 
  3548.             11 - Helv14                       27 - TmsRmnOLBI 
  3549.             12 - Helv18                       28 - SysMono10 
  3550.             13 - Helv24                       29 - SysMono12 
  3551.             14 - HelvOL                       30 - SymbolOL
  3552.             15 - HelvOLI 
  3553.  
  3554. o   While it was possible to use a different POP3 port by editing the
  3555.     TCPIP etc\serviced file and changing the POP entry, I added a
  3556.     command line /P option.  Specifying "Mr2i /P1111" will cause ICE
  3557.     to try the port number 1111 for POP3 services.
  3558.  
  3559. o   When the settings were changed to turn word wrap off, MR/2 would
  3560.     fail to quote text correctly.  Also, the word wrap column changes
  3561.     were always reset to the default, nomatter what you changed them to.
  3562.     This works much better now :)
  3563.  
  3564. o   I calmed the aggressive rewrapping of text somewhat in an effort to
  3565.     stop MR/2 ICE from messing up user sigs.
  3566.  
  3567. o   SMTP users: Remove *.ndx from SMTP new message list so that
  3568.     LaMail setups would quit importing its inbox.ndx file.
  3569.  
  3570. o   Toolbar:  The Reply bitmap is now replaced with a Send bitmap when 
  3571.     in Reply or new message mode.
  3572.  
  3573. o   SMTP read settings now do not require POP settings.  You may leave
  3574.     these blank, as long as the SMTP Host has been filled in and SMTP
  3575.     reading and sending are used.
  3576.  
  3577.  
  3578. Changes included in v0.99
  3579. -------------------------
  3580. First widely distributed beta.  The adventure begins.
  3581.  
  3582. o   Message Index counters (notebook status windows) now update.
  3583.  
  3584. o   Various bugs:  Re-editing header used to cause extra CR's in messages;
  3585.     paste from clipboard w/quote format improved.  Others ...
  3586.     
  3587. o   Settings notebook: more prompt options, more config options.
  3588.     SMTP read choice activated.
  3589.     
  3590. o   Shrunk several forms down to better show on standard VGA systems.
  3591.     Still could use another pass, but at least the settings notebook
  3592.     is mostly on screen :)
  3593.     
  3594. o   SMTP reading is now offered in preliminary form.  Write me for the
  3595.     instruction sheet, as I need to know who's using it and what problems
  3596.     are encountered (write nick@secant.com).
  3597.     
  3598. o   Multiple account support added/enhanced.  Won't document this until
  3599.     next release or so.
  3600.     
  3601. o   Message window:  Toolbar display options functional.  New "Pushbutton"
  3602.     option to hide/display bottom buttons.  Font toggle on menu.  Other
  3603.     minor menu additions.
  3604.     
  3605. o   Tiling and cascading of message windows is in, although some time-
  3606.     testing is required on my end to assur usefulness.
  3607.     
  3608. o   Address book tags now expand!  For example, you can attach a tag of
  3609.     "nk" to my default name in the address book (if you are a new user,
  3610.     the starter address book lists me).  When creating a new message or
  3611.     sending a reply, you can enter "ice" as a user name and it will expand
  3612.     to my full address upon exiting the field.
  3613.     
  3614. o   Major notebook tabs now default to a "hidden" state.  Option on the
  3615.     main index menu enables tabs.  Since "news" was not yet functional,
  3616.     these tabs simply wasted screen area.  Tabs were also reduced in size,
  3617.     for when they *do* display.
  3618.